8000 GitHub - JakubKus/meal-seeker-api: API for meal seeker, can be found here: https://github.com/JakubKus/meal-seeker
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

JakubKus/meal-seeker-api

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

1. Installation

# for now this api is using node 14
$ nvm use 14
# install dependencies locally
$ npm install && npm run build

2. Running the app

A) On fully dockerized environment

# prepare docker environment
$ docker-compose up

B) Or on local environment with db in docker

  • Go to src/config/modules/typeorm.config.module.ts
  • Change host value to postgresConfig.localhost
# build postgres db in docker
$ docker-compose up --build pg
# run migrations to initialize db
$ npm run migration-local:run
# start app
$ npm run start:dev

3. Open playground

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.

About

API for meal seeker, can be found here: https://github.com/JakubKus/meal-seeker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0