-
git clone <repo> -
cd backend2 -
pipenv install -
pipenv shell -
Start Mysql Server and create a user Tom with password as password and grant ddl, dml, select permissions to it. Create a restApi database.
-
Make sure it is listening to port 3306 on localhost(http:127.0.0.1)
-
source .env -
flask db init -
flask db migrate -
flask db upgrade -
flask run -
cd .. -
cd frontend -
npm install -
npm run dev
- Improvement in User Interface.
- Upgrade to PostgresDB.