1. Home - sahilshityalkar/Digitalcube-Task-Event-Management-API GitHub Wiki
Home
Welcome to the Digitalcube-Task-Event-Management-API wiki!
This wiki provides detailed instructions on setting up, testing, and understanding the API endpoints for the Event Management API project.
1. Setting Up the Project
1.1 Install Dependencies
npm install
1.2 Set Up Environment Variables
Create a .env file in the root directory and add the following:
MONGO_URI=your_mongodb_connection_string
ETHEREAL_USER=your_ethereal_user
ETHEREAL_PASS=your_ethereal_password
1.3 Running the Server
To start the server, run:
npm run start
The server will run on http://localhost:5000/.