Skip to content

JulianoCosta/Node-API-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-API-Docker

Simple Restful Api with Node.js


Diagram

diagram


Technologies

  • Node.js
    • Express.js
    • Knex.js
    • JWT / Passport
    • Consign
  • Postgres
  • Docker
    • Dockerfile
    • docker-compose
  • Jest
    • supertest
  • Nginx

Commands

Create and execute all containers

$ docker-compose up

Run tests

$ cd app $ npm test

Run api

$ cd app $ npm start