Skip to content

Crafting hub backend it a web service that maintains the backend of crafting hub web application

Notifications You must be signed in to change notification settings

CraftingHub/Crafting-Hub-end

Repository files navigation

Crafting Hub

Django UnitTest
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

Installation

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 env

unless 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 runserver

to run the server locacly

Contribute

Feel free to contribute to Crafting hub backend project, you can find the source code on [Github]

License

coming soon ...

About

Crafting hub backend it a web service that maintains the backend of crafting hub web application

Topics

Resources

Security policy

Stars

Watchers

Forks

Packages

No packages published