REST API for the N.W.A Smart Gym
Either use your own brain or follow the following guidelines:
mkdir -p ~/envvirtualenv -p python3 ~/env/smart_gym_apior whatever you want to call your virtual environmentmkdir -p ~/projectsgit clone [email protected]:NerdsWitAttitudes/Smart-Gym-API.git ~/projects/smart-gym-apisource ~/env/smart_gym_api/bin/activatepip install -e ~/projects/smart-gym-apicp ~/projects/smart-gym-api/settings.ini.dist ~/projects/smart-gym-api/{yourname}.ini
Fill in the .ini file you just made. Ask one of your team members for help.
Finally:
pserve --reload ~/projects/smart-gym-api/{yourname}.ini