https://github.com/galib-23/flavor-fusion-server
This is the server side of a website of an online food delivery service named Flavor Fusion
https://github.com/galib-23/flavor-fusion-server
Last synced: 3 months ago
JSON representation
This is the server side of a website of an online food delivery service named Flavor Fusion
- Host: GitHub
- URL: https://github.com/galib-23/flavor-fusion-server
- Owner: Galib-23
- Created: 2023-12-11T05:35:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-11T06:41:02.000Z (over 1 year ago)
- Last Synced: 2025-01-11T05:25:36.260Z (5 months ago)
- Language: JavaScript
- Size: 8.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flavor Fusion Server
The server-side of Flavor Fusion is built using Node.js along with MongoDB, Express, JWT (JSON Web Tokens), and CORS for handling API requests, authentication, and data storage.
## Technologies Used
- **Node.js**: JavaScript runtime for building the server-side logic.
- **Express**: Web application framework for Node.js to handle HTTP requests.
- **MongoDB**: NoSQL database for storing contest and user-related data.
- **JWT (JSON Web Tokens)**: Used for user authentication and authorization.
- **CORS**: Cross-Origin Resource Sharing for allowing requests from different origins.## Setup
To run the Contestopia server locally:
1. Clone the repository:
```bash
git clone https://github.com/Galib-23/Flavor-Fusion-Server.git
cd Flavor-Fusion-Server2. Install Dependencies:
```bash
npm install3. Run Server Locally:
```bash
nodemon index.js