Skip to content

This is a mini-project which uses Flask-restfull and Angular-CLI 9. I am providing it here fro educational purposes

Notifications You must be signed in to change notification settings

LalithaPrasad/ERMS_Flask_Restfull_Angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is one more in the series of mini-projects I have putting up on GitHub. This one uses Flask-restfull for the backend and Angular-CLI 9 for the frontend. After building the frontend, I compiled the package using

ng build

and moving the resulting built package in to 'static' directory of Flask package. Before running the app first the database has to be initialised with the following commands:

flask db init
flask db migrate
flask db upgrade

After that the application can be run using

flask run

Good luck!

About

This is a mini-project which uses Flask-restfull and Angular-CLI 9. I am providing it here fro educational purposes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages