Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.35 KB

File metadata and controls

42 lines (31 loc) · 1.35 KB

Introduction

This is a NodeJs,ExpressJs and MongoDB backend API.

Install

npm install

Start

npm start

Check if app is running

http://localhost:3000/

Api

Method Resource Description
GET /index return info if app is running
GET /users return all users
POST /users/ create a new user
GET /users/:id return a user
PUT /users/{id} update a user
DELETE /users/{id} delete a user

Frameworks

The frameworks used are: