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
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.
-
Fork
this repository. -
Fire up your
terminal or Git Bash.
-
Navigate to the folder/directory where you want to download the project.
cd DIRECTORY_PATH
- Clone the forked repository to your local system.
git clone https://github.com/<your-github-username>/
Tasty-Traffic-Pizza
- Navigate to the project directory.
cd Tasty-Traffic-Pizza
- Create a new branch.
git checkout -b <your-branch-name>
- Make changes in source code.
- Commit your changes.
git commit -am 'your commit message'
- Push your local branch to the remote repository.
git push origin <your-branch-name>
- 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.