https://github.com/smoke221/chick-n-fry-e-commerce
Introducing Chick-n-Fry: Your go-to digital destination for mouthwatering chicken delights! Explore our user-friendly platform, browse our tantalizing menu, and indulge in the ultimate online ordering experience.
https://github.com/smoke221/chick-n-fry-e-commerce
css express git html js mongodb mongoose nodejs
Last synced: 15 days ago
JSON representation
Introducing Chick-n-Fry: Your go-to digital destination for mouthwatering chicken delights! Explore our user-friendly platform, browse our tantalizing menu, and indulge in the ultimate online ordering experience.
- Host: GitHub
- URL: https://github.com/smoke221/chick-n-fry-e-commerce
- Owner: Smoke221
- Created: 2023-02-21T09:18:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T07:39:45.000Z (11 months ago)
- Last Synced: 2025-04-11T03:48:36.869Z (15 days ago)
- Topics: css, express, git, html, js, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage: https://timely-parfait-491bed.netlify.app/
- Size: 2.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chick-n-Fry
Construct week project in Masai School after learning basics of Nodejs,express,mongoDBAssigned Project www.chick-fil-a.com a US based food chain Chick-Fil-A
I named my project as Chick-n-Fry
Individual Project that consists of user-flow and admin dashboard completed in 5 days
Tech Stack used Node Js, Express, Mongo Atlas, Git, HTML, CSS and JS
#### This is Home Page
#### Products page
#### Cart
## Routes in my backend
# user Route
## /user/register
### POST
Register a new user(signup)## /user/login
### POST
Login using the details while registering and provides a token for authentication# admin Route
## /admin/register
### POST
register as admin to manage the dashboard## /admin/login
### POST
login as admin to add/update or delete any content## /admin/add
### POST
will let you to add a new product to the DB## /admin/update
### POST
In this route you can update the existing product with the ID of the product## /admin/delete
### POST
In this route you can delete the product from the DB