Skip to content

DevDario/angoway-app-backend

 
 

Repository files navigation

Angoway back end

Setup

Don't forget to copy the .env.example file and rename it to .env and assign values as environment variables

you can start the project for DEVELOPMENT this way

after clone the repo

    cd angoway-app-backend
    npm run setup
    npm run db:reset    // record simple data for testing and development
    npm run db:set      // reset the database

About

NestJS Backend Infrastructure for Angoway App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.8%
  • JavaScript 24.5%
  • Dockerfile 0.7%