Skip to content

marcusvieira88/nodejs-express-example-api

Repository files navigation

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:

Releases

No releases published

Packages

No packages published