express-api-sample icon indicating copy to clipboard operation
express-api-sample copied to clipboard

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

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 [email protected]: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.

Documentation in markdown

What's inside?


MIT Licensed