Minister awards Installation Clone the project using git clone git@github.com:tinojdev/minister-awards.git Frontend Go to the frontend folder Run npm install Run the app using npm run dev Backend Create a virtual environment using python -m venv venv Activate the virtual environment: ./venv/Scripts/Activate.ps1 If you are not using powershell instead run ./venv/Scripts/activate.bat or ./venv/Scripts/activate Install dependancies: pip install -r requirements.txt Go to the backend folder Run python manage.py migrate Run python manage.py createsuperuser Follow the steps to create your superuser Run python manage.py runserver Login with the superuser at: http://localhost:8000/api-auth/login You can now access the backend at http://localhost:8000/api/ and http://localhost:8000/admin/