A challenge for Frontend Development role at Avkara Technologies Private Limited.
This is a challenge for Django development internship. Django is a high level web framework that runs on Python. Read more at https://www.djangoproject.com/
The instructions about this challenge will be shared on the Google meet link shared with the selected individuals. In case of any inconvenience, please contact us at [email protected].
Instructions to run this project.
Prerequisites: Python(https://www.python.org/) Virtualenv(https://pypi.org/project/virtualenv/)
- Clone this repository
- In your command line, navigate to project level directory and run the following command: pip install -r requirements.txt
- After installation of all packages, run the following command: python manage.py migrate
- This will create a sqlite3 database in project level directory.
- Then, run: python manage.py makemigrations Features
- Finally, run: python manage.py runserver