Skip to content

arus-io/nestjs-umi-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NestJS + UMI project template

This boilerplate is made to quickly prototype frontend + backend applications. Main techonologies:


🛠️ Prerequisites

  • Please make sure to have an accessible SQL database instance (Postgresql recommended)
  • Yarn

🚀 Deployment

  • Download dependencies for both projects running yarn
  • Backend:
    • Create local .env file using the yarn workspace backend create:env command and replace the existing DB_ configurations of the generated .env file
    • Run the backend in development mode by using yarn workspace backend start:dev
    • Browse swagger api docs at http://localhost:3000/api
  • Frontend:
    • Run the frontend in development mode by using yarn workspace frontend start:dev
    • Login at http://localhost:8000

Deploying with Docker 🐳

  • Execute the following command in-app directory:
$ docker-compose up -d

✅ Testing

About

Quickly prototype frontend + backend applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published