- python3 on windows or linux.
- Flask
- install all required modules from requirements.txt
- clone or download the repo.
- name the database and connect it to the app by
app.config['SQLALCHEMY_DATABASE_URI'] = 'mysql://username:password@localhost/db_name'
# like 'mysql://root:@localhost/site'
If using sqlite then define sqlalchemy uri by
'sqlite:///test.db'
3. Start the app using python app.py
The app will start on localhost:5000
. You can change it on app.py. Visit localhost:5000 to see the website
Note - The app is still under development. So you may see some bugs.
Contributions are highly appreciated. If you want to contribute first fork the repo. And then make your changes. Now make a pull request stating the changes you made. We will review it and if it looks good to us we will accept it and merge.
You can contact charchit#8198
on discord or email at [email protected].
or contact Mrinmoy#1412
on discord.