Contributors:
@harshith331
@romitkarmakar
@himanshu272
@rohitsh16
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/harshith331/mindersnatch.git
- Create a virtual environment and activate it
Find it yourself :)
- Change the directory
cd mindersnatch
- Install the requirements
pip install -r requirements.txt
- Copy the .env.example file to .env
cp .env.example .env
- Make migrations and migrate
python manage.py makemigrations --settings=msntch.dev_settings && python manage.py migrate --run-syncdb --settings=msntch.dev_settings
- Run server
python manage.py runserver --settings=msntch.dev_settings
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request