Skip to content

quentinbt/atHaddock

Repository files navigation

at Haddock

this project is done with node/adonis

demo here!!!

documentations here!!! you can tests any api via the "Try it out" button in the documentation page

Requirements

  • npm >= 6.9.0
  • node >= 12.1.0
  • docker
  • docker-compose

setup

start database (mysql)

docker-compose up

install backend

npm install

set env

cp .env.example .env

run database migrations

node ace migration:run

Start

start backend server

npm start

Tests

run test suite

npm run test

Documentation

check the url

http://127.0.0.1:3333/docs/

Deploy on heroku

Requirements

  • heroku cli

set heroku

Run the following command to the app to git config.

heroku git:clone -a app-name

deploy

git push heroku master

About

Let captain haddock handle your booking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published