lgigek / nodejs-playground

A REST API to manage posts using NodeJs, Express and Mongoose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodejs-playground

This is a CRUD to manage posts.

Running the application

This application uses docker compose. It is necessary to run the following commands to run the application:

docker-compose build

docker-compose up

The application will be running on port 3000 (it can be changed in .env file)

Routes

TO-DO

About

A REST API to manage posts using NodeJs, Express and Mongoose


Languages

Language:JavaScript 98.9%Language:Dockerfile 1.1%