Skip to content

Adarshkumar03/moodspace-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors