DataBash is a portal for crowdfunded and opensource datasets built together with the whole community. People can post requests for data as well as contribute to other people's datasets. It is an attempt to expand the availability of data to the masses and provide a centralised environment for community based data generation.
- Fork the repo
- Clone the github repo onto your machine.
- Rename the .env.example to .env which should include
DEBUG=True
and SECRET_KEY - Go to https://djecrety.ir/, create a secret key and paste it in the .env file
- Install the pip packages: run
pip install -r requirements.txt
- Make migrations: run
python manage.py migrate
- Run the django server:
python manage.py runserver