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.git
Open the project and install node dependencies.
$ cd noblog-api/
$ npm install
Run the database in the container.
$ cd db/
$ docker-compose up -d
Go back to the initial project folder and run the restify server.
$ cd ../
$ npm start
If 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.