Kaustuv942 / mindersnatch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. Make your changes in the code
  4. Add to git staging area (git add .)
  5. Commit your Changes (git commit -m 'Add some AmazingFeature')
  6. Push to the Branch (git push origin feature/AmazingFeature)
  7. Open a Pull Request

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:CSS 46.6%Language:HTML 27.3%Language:Python 22.2%Language:JavaScript 3.6%Language:Shell 0.2%