Skip to content

Timmatt-Lee/Weather

Repository files navigation

Required

  1. docker
  2. node.js

Start

  1. open your terminal, cd to this folder
  2. copy and rename .env.example to .env and config it
  3. build mysql: docker-compose up -d
  4. install node.js modules: npm i
  5. run db migration: node_modules/.bin/sequelize db:migrate
  6. start server: npm start
  7. test on swagger: http://localhost:3000/swagger-html

Stop

  1. terminate the server: ctrl+c
  2. mysql service: docker-compose stop && docker-compose down
  3. drop migration: node_modules/.bin/sequelize db:migrate:undo:all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published