Skip to content

voronianski/express-api-sample

Repository files navigation

Express API Sample

build status Dependency Status

Sample API server powered by express.js which provides login/password user authentication and basic "items" CRUD interface. Easy to use for different playgrounds and client app boilerplates.

Usage

Just clone this repository, install dependencies and start application:

git clone git@github.com:voronianski/express-api-sample.git
cd express-api-sample
npm install
npm run start-dev # with watcher turned on

It will generate documentation of all endpoints and start server with nodemon on a port specified in environment config. Default urls will be http://localhost:8081/v1 for API endpoints and http://localhost:8081/doc for documentation.

What's inside?


MIT Licensed

About

Sample API ready to be used in different client app boilerplates and playgrounds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published