Skip to content

daniellsl/fyp-msuic-platform-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fyp-msuic-platform-backend

Start the server

./mvnw spring-boot:run

remove cached git

git rm --cached e-learning-web-app-api

heroku git:remote -a e-learning-web-app-api
git add . && git commit -m "updated" && git push heroku master

scale down

heroku ps:scale web=0

scale up

heroku ps:scale web=1

Retrieve your database URL by issuing the following command:

heroku config | grep CLEARDB_DATABASE_URL

heroku logging

heroku logs --tail

About

E-Learning Web Application Backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages