Skip to content

Latest commit

 

History

History
74 lines (46 loc) · 1.91 KB

README.md

File metadata and controls

74 lines (46 loc) · 1.91 KB

Tasty Traffic Pizza: Realtime pizza app using Node-express-mongo-socket.io

A realtime pizza order web-app using Node Js, Express Js and Mongo DB. I have used EJS template engine and Tailwind CSS for frontend as a css framework. I have also used socket.io for updating the status of orders in realtime.

If you have some more ideas for the project then feel free to open an issue for that

Check the routes folder for all the routes.


Code of Conduct

We would request you to cooperate with our maintainers and comply with the revisions they request and maintain the code of conduct while working on this project.

Make sure you are assigned to the issue before working on it.


Steps to setup this project locally

Steps

  1. Fork this repository.

  2. Fire up your terminal or Git Bash.

  3. Navigate to the folder/directory where you want to download the project.

cd DIRECTORY_PATH
  1. Clone the forked repository to your local system.
git clone https://github.com/<your-github-username>/
Tasty-Traffic-Pizza
  1. Navigate to the project directory.
cd Tasty-Traffic-Pizza
  1. Create a new branch.
git checkout -b <your-branch-name>
  1. Make changes in source code.

changes

  1. Commit your changes.
git commit -am 'your commit message'
  1. Push your local branch to the remote repository.
git push origin <your-branch-name>
  1. Create a Pull Request!
  • Finally, go to your repository in browser and click on compare and pull request. Then add a title and description to your pull request that explains your precious effort.

  • click on Compare and Pull Request

Congratulations! 💥 Sit and relax, you've made your contribution to the project.

Happy Coding 😄😄