Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T07:39:45.000Z (8 months ago)
- Last Synced: 2024-05-23T08:46:39.420Z (8 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,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
![Screenshot (128)](https://user-images.githubusercontent.com/114225283/221429350-19a17b38-9f27-4f01-b336-1576af5adea5.png)#### Products page
![Screenshot (129)](https://user-images.githubusercontent.com/114225283/221429604-e97243fd-d96c-452e-acc6-d725e45120db.png)#### Cart
![Screenshot (130)](https://user-images.githubusercontent.com/114225283/221429778-2f51823e-d868-4aaf-95da-ed9ee8df4f7f.png)## 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