A base app for images and videos data collection.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Clone the repo
git clone https://github.com/faizankarim/Data_Collection_Web_App.git
install python requirements
pip install -r requirements
Pre commands django server
python manage.py makemigration
python manage.py migrate
Create Super User
python manage.py createsuper user
Run django server
python manage.py runserver
Client Side:
http://127.0.0.1:8000/dc/
Admin Side:
http://127.0.0.1:8000/admin/
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Faizan Karim - Github
This project is licensed under the MIT License - see the LICENSE.md file for details