Display App in Dashboard
Adding the App to the Database
git remote add upstream https://github.com/MedTech-CS321/smuportal-backend.gitgit fetch upstreamgit checkout --track upstream/app-creatornpm run createApp
> smuportal@0.0.0 createApp ~/smuportal-backend
> node models/appCreator.js
Database connection established!
Enter Application's Name: Book Management System
Enter Application's Description: Managing Lists of Books
Enter Feature n1 | (Leave Blank to Finish): Get Books
Enter Feature n2 | (Leave Blank to Finish): Add Books
Enter Feature n3 | (Leave Blank to Finish): Delete Books
Enter Feature n4 | (Leave Blank to Finish):
Choose Roles ( Current Roles: student,professor): professor,student
Book Management System Has Been Successfully Created!
Database connection closed
You can now safely run `npm start`Displaying the App on the Frontend Side
Last updated
Was this helpful?