tiagodread / beauty-time-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backend

Requirements

  • Docker
  • docker-compose
  • mailtrap (connected via githubaccount)

Install

  1. Clone this repo
git clone git@github.com:tiagodread/backend.git
  1. Go to the project's folder
cd backend
  1. Build
docker-compose build
  1. Run
docker-compose up

Testing

curl --request GET \
  --url http://localhost:3000/health \
  --header 'content-type: application/json'

Response:

{
  status: "OK"
}

About


Languages

Language:JavaScript 99.0%Language:Dockerfile 0.9%Language:HTML 0.0%