/gym_

Gym ERP backend written in django-rest-framework

Primary LanguagePython

Installation Steps 😐

Create virtual env in project dir

 python3 -m venv env
 source env/bin/activate

Install django

 pip3 install django
 pip3 install djangorestframework

Get set go...

python3 manage.py runserver