htoann / Pizza-Order

Home Page:https://orderpizza.up.railway.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pizza Time

Realtime pizza order tracker app using Node - Express - Mongo - Socket.io


Usage

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

License

License

About

https://orderpizza.up.railway.app

License:MIT License


Languages

Language:JavaScript 96.7%Language:EJS 2.2%Language:CSS 0.9%Language:SCSS 0.3%Language:Shell 0.0%