This is a backend repository of Nexus-project, that provides a platform where students can connect, share, collaborate, and engage with various coding contests.
- Node.js
- Express.js
- MongoDB
- Node.js and npm installed on your machine
- MongoDB database
- Clone the repository:
git clone https://github.com/the-nexus-point/nexus-backend.git
- Install dependencies:
npm install
- Set up environment variables:
- Create a
.env
file in the project root directory.
- Create a
- Start the development server:
nodemon app.js