This project simple api build with django
after clone project
you can create virtual environment
after thet activate virtual environment to install packages
now you can see viretual environment is ready you can start install required packages
make django migrations
apply this migration to database
you ready to run project
access (http://localhost:8000/core/)