Realtime pizza order tracker app using Node - Express - Mongo - Socket.io
To run this application, you have to set your own environmental variables. For security reasons, some variables have been hidden from view and used as environmental variables with the help of dotenv package. Below are the variables that you need to set in order to run the application:
-
MONGODB_URI: this is the connection string of your MongoDB Atlas database.
-
SESSION_SECRET: a secret message for the session. You can use any string here.
Now you can run in the terminal and the application should work.
https://www.youtube.com/watch?v=dQw4w9WgXcQ
npm install
npm run dev
or with yarn
yarn install
yarn dev
- MIT License
- Copyright 2021 © Trần Hữu Toàn