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

nigeldelviero/noblog-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Simple Blog API with Node Postgres + Restify

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

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

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 100.0%