Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hrmrakib/food-table-server
It's full-stack restaurant management website (Server Side Code). Restaurant site: add food, gallery images, purchase, and order tracking.
https://github.com/hrmrakib/food-table-server
cookie-parser cors dotenv expressjs jsonwebtoken mongodb
Last synced: about 7 hours ago
JSON representation
It's full-stack restaurant management website (Server Side Code). Restaurant site: add food, gallery images, purchase, and order tracking.
- Host: GitHub
- URL: https://github.com/hrmrakib/food-table-server
- Owner: hrmrakib
- Created: 2024-06-12T03:11:07.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-03T01:47:55.000Z (7 months ago)
- Last Synced: 2024-12-07T22:09:21.725Z (about 2 months ago)
- Topics: cookie-parser, cors, dotenv, expressjs, jsonwebtoken, mongodb
- Language: JavaScript
- Homepage: https://food-table-restaurant.web.app/
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Live Server](https://food-table-server.vercel.app/)
Basic Features:
- ExpressJS Server
- MongoDB Database
- It has Get, Post, Delete Operations
- It's API used in frontend ReactJS Application
- It helps to build dynamic applications.## Installation
To install this project, follow these steps:
1. git clone https://github.com/hrmrakib/food-table-server.git
2. npm install
3. node index.js / nodemon index.js (If you have installed nodemon)#### [Go to Client Code of the Project ➜](https://github.com/hrmrakib/food-table-client)