Skip to content

sumitsasidharan/skrate-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skrate Backend Server Demo

Description

A backend server for fetching APIs. It includes the routes, models & controllers for User & Meeting collection stored in mongoDB database.

Deployment URL

https://skrate-backend-server.herokuapp.com/

Postman public URL

https://www.postman.com/martian-moon-293172/workspace/skrate-backend/overview

API Endpoints & Usage

  1. Users

  2. Meetings

Technologies & Tools Used

  • Node.js & Express.js for configuring the backend server.
  • MongoDB & Mongoose for storing or retrieving data.
  • Git for version control & Github for hosting code.
  • Heroku for deployment.

Setup locally

To run this project locally, download and run the following commands:

$ npm install
$ npm start

The port has been set to '5000' by default, you can change it in server.js file. You can access the root from this url: http://localhost:5000/

Releases

No releases published

Packages