Fehler is a project management software which let teams plan, track and manage software developement projects.
This is the fehler REST API developed to provide and store data for Fehler Website.
- Python
- Django
- Django Rest Framework
To get a local copy up and running follow these simple steps:
-
Python 3.
$ sudo apt install python3.8
-
Create a local copy of this git repository with
git clone
command.$ git clone https://github.com/givek/fehler_core.git
-
Create a Virtual Enviornment with the
venv
module.$ python3 -m venv venv
-
Once you’ve created a virtual environment, you may activate it.
$ source venv/bin/activate
-
Now, install the requirements from the
requirements.txt
file.$ pip install -r requirements.txt
-
Now, apply the migrations with the management command.
$ python manage.py migrate
-
Finally, start the developement server with the management commnad.
$ python manage.py runserver
Created with Lucidchart
This project is licensed under the MIT License - see the LICENSE file for details