Skip to content

elisiondesign/meteo-api

Repository files navigation

meteo-api

Description

Meteo-api example app using awesome Nest framework and TypeScript.

Documentation

Complete api documentation can be found on Apiary.

Installation

Frontend

$ npm install

Database

Recommended database is mysql v8.0.15. Create database named meteo-api.

$ mysql -u username -p meteo-api < meteo-api.sql

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

License

MIT licensed.