Use the below make commands
run the application
virtualenv is needed setup the development environment
To create the development environment
To activate the development environment
To install all dependencies
To create migration files
To create db tables
To seed category data into the database
To start the development server
To run the test
To update the requirements.txt file
To save db data into db.json file
To load db.json data into db
To deactivate the development environment
Checkout the frontend application @ https://github.com/oladimillion/favorite-fe