Skip to content

Simple Blog API Rest, using Node, Restify, PostgreSQL, Docker and docker-compose

License

Notifications You must be signed in to change notification settings

gustafsilva/noblog-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Blog API with Node Postgres + Restify

Build Status dependencies Status Codacy Badge Coverage Status

Simple Blog API Rest, using Node, Restify, PostgreSQL, Docker and docker-compose.

Getting Started 🚀

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

Ready! 👍 You can already hack the project. 😎

Dependencies

More Informations

Contributing

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.

Licence

The contents of this repository are covered under the MIT License.

About

Simple Blog API Rest, using Node, Restify, PostgreSQL, Docker and docker-compose

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published