MoodSpace Server is an API endpoint for MoodSpace app
- User Authentication
- Secure API
- Node.js
- Babel
- Mongoose
- Express
- PassportJS
- Node.js (version 14 or newer)
- npm
- Clone this repository:
git clone https://github.com/Adarshkumar03/moodspace-server.git - Navigate to moodspace:
cd moodspace-server - Install Dependencies:
npm install
Create a .env file. It should have the following fields
MONGODB_URI=your_mongodb_uri
PORT=any_port
secret=any_jwt_secret
- Start the Vite develpment server:
npm start