Crafting hub is a web application that allows you to learn it techenologies in order to create and manage your crafting projects.
your can check the application on : https://craftinghub.herokuapp.com
To get started first acces the virtual env with :
macOs/Linux : source env/bin/activate, or windows : .\env\Scripts\activate.
if you don't have a virtual enviroment yet, you can create one with :
python -m venv envunless you have a virtual enviroment already installed, for mac & linux use pyhton3.
then navigate the the root folder of django project and lunch the command :
pip install -r requirements.txt / pip3 install -r requirements.txt, and then
python3 manage.py runserver / py manage.py runserverto run the server locacly
Feel free to contribute to Crafting hub backend project, you can find the source code on [Github]
coming soon ...