An open API service indexing awesome lists of open source software.

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

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-Server

2. Install Dependencies:

```bash
npm install

3. Run Server Locally:

```bash
nodemon index.js