-
Notifications
You must be signed in to change notification settings - Fork 1
Home
ThaiQ edited this page Jul 27, 2020
·
3 revisions
Checkout Frontend at: https://ibm-goodtechscholars.mybluemix.net/
Checkout Backend's status at: https://ibm-scholars-server.us-south.cf.appdomain.cloud
- Basic structure:
-
npm run server
: to run server -
npm start
: to run frontend
- Added:
-
npm run deploy-server
: deploy backend (AKA: theserver
folder) to IBM Cloud Foundry -
npm run deploy-frontend
: deploy frontend (AKA: everything but theserver
folder) to IBM Cloud Foundry -
npm run add-tables
: initialize new tables to the database -
npm run remove-tables
: remove all tables on the database
To deploy to the cloud, you will needed to be added as dev
on the project (on the IBM Cloud) by me