Skip to content

harshith331/mindersnatch

Repository files navigation

Contributors Forks Stargazers Issues Mindersnatch


Logo

MINDERSNATCH

Contributors:
@harshith331
@romitkarmakar
@himanshu272
@rohitsh16

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repo
git clone https://github.com/harshith331/mindersnatch.git
  1. Create a virtual environment and activate it
Find it yourself :)
  1. Change the directory
cd mindersnatch
  1. Install the requirements
pip install -r requirements.txt 
  1. Copy the .env.example file to .env
cp .env.example .env
  1. Make migrations and migrate
python manage.py makemigrations --settings=msntch.dev_settings && python manage.py migrate --run-syncdb --settings=msntch.dev_settings
  1. Run server
python manage.py runserver --settings=msntch.dev_settings

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published