Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 370 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 370 Bytes

nodejs-restify-redis-mongo-boilerplate

Endpoints

This API exposes various endpoints following the REST convention:

Contributing

To launch the api you will need:

* A local mongo server running

* A local redis server running

Then, just type node bin/server and start doing requests on http://localhost:8000 or whatever port you set in your config