Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

swastkk/eduBOT

Repository files navigation

One stop solution to all learning problems.

Tech Stacks:

Jinja NLP

Project Setup:

  • Clone the repository into the system

  • Create virtual environment

make virtualenv
  • Activate Virtual environment and install dependencies
make install
  • Migrate the databases
make migrate
  • To clear the databases
make flush
  • Start django server on port 8000. You can customize it by editing PORT in Makefile
make run

Contributing:

  • Fork the project to your github.

  • Clone the Repository.

  • Create a seperate feature branch by git checkout -b 'featureBranch'

  • Commit your changes by git commit -m 'amazingfeature'

  • Push the changes by git push origin featureBranch

  • Wait for reviews :")