Skip to content

leonardodimarchi/to-do-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

To do app

🏠Hosted in heroku

⚙️Deploying at heroku

Web:

  • Adding remote
heroku git:remote --remote heroku-web -a <heroku-web-project-name>
  • Pushing
git subtree push --prefix web heroku-web master

API:

  • Adding remote
heroku git:remote --remote heroku-backend -a <heroku-api-project-name>
  • Pushing
git subtree push --prefix backend heroku-backend master
or
git push heroku-backend `git subtree split --prefix backend master`:master --force

About

A simple application to practice nestjs fundamentals

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published