Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 686 Bytes

File metadata and controls

43 lines (28 loc) · 686 Bytes

MoodSpace Server

MoodSpace Server is an API endpoint for MoodSpace app

Features

  • User Authentication
  • Secure API

Technologies

  • Node.js
  • Babel
  • Mongoose
  • Express
  • PassportJS

Getting Started

Prerequisites

  • Node.js (version 14 or newer)
  • npm

Installation

  1. Clone this repository: git clone https://github.com/Adarshkumar03/moodspace-server.git
  2. Navigate to moodspace: cd moodspace-server
  3. Install Dependencies: npm install

.env

Create a .env file. It should have the following fields

MONGODB_URI=your_mongodb_uri
PORT=any_port
secret=any_jwt_secret

Development Mode

  1. Start the Vite develpment server: npm start