https://github.com/galib-23/nano-nest-server
https://github.com/galib-23/nano-nest-server
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/galib-23/nano-nest-server
- Owner: Galib-23
- Created: 2023-12-11T05:53:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-11T06:41:43.000Z (over 1 year ago)
- Last Synced: 2025-01-11T05:25:33.818Z (5 months ago)
- Language: JavaScript
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nano Nest Server
The server-side of Nano Nest website 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/Nano-Nest-Server.git
cd Nano-Nest-Server2. Install Dependencies:
```bash
npm install3. Run Server Locally:
```bash
nodemon index.js