Skip to content

evamaina/ExpressApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Coverage Status

ExpressApp

NodeJs Express RESTful API Ensure you have nodejs >= 12 installed

Run Application

Clone

  • git clone https://github.com/evamaina/ExpressApp

Install dependencies

  • npm install

Start

Live-Reload:

  • npm run dev-start

Node:

  • npm start

Test

  • npm test

Endpoints

VERB URL ACTION
GET /api/users Get all users
GET /api/users/:id Get user by id (currently only 1-6)

About

NodeJs Express RESTful API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published