Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Arhan002/project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Install Packages

cmd cd Frontend
cmd npm i

Check Migrations

cmd cd Backend
cmd pip i flask flask-sqlalchemy flask-cors

Run both the FrontEnd and Backend

cd Frontend npm start
cd Backend python home.py
(Note that the frontend shound run on localhost:3000 for preventing CORS exception)
Make sure there is a sql database connected

About

dbms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 53.7%
  • Python 23.7%
  • CSS 20.2%
  • HTML 2.4%