Skip to content

dverbovyi/test-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Test Coverage Code Climate

mock-server

NodeJS + Express

Available APIs

Accounts

GET api/accounts

returns accounts

Roles

GET api/roles

returns roles

Blogs

GET api/blogs

returns blogs

Server setup

install dependencies:

npm i

run server:

npm start

The endpoints available under http://localhost:3000 host, e.g.:

http://localhost:3000/api/roles

http://localhost:3000/api/accounts

http://localhost:3000/api/blogs

run tests:

npm test	

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors