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: 3 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T07:39:45.000Z (about 2 years ago)
- Last Synced: 2026-01-03T14:36:06.098Z (6 months 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,mongoDB
Assigned 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