Simple Blog API Rest, using Node, Restify, PostgreSQL, Docker and docker-compose.
First we'll clone the project.
$ git clone https://github.com/gustafsilva/noblog-api.gitOpen the project and install node dependencies.
$ cd noblog-api/
$ npm installRun the database in the container.
$ cd db/
$ docker-compose up -dGo back to the initial project folder and run the restify server.
$ cd ../
$ npm startIf you have found an error or want to improve the example, create an issue or pull request.
More information: contributing, code of conduct and contributors.
The contents of this repository are covered under the MIT License.