-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mohan Gauns edited this page Feb 6, 2019
·
4 revisions
REST APIs for projects-client
git clone https://github.com/2root2/projects-server2.git
cd projects-server2
# creates virtual enviroment named venv
virtualenv --python=python3 venv
# activate the virtual enviroment named venv
source venv/bin/activate
pip install requirements.txt
If requirements.txt is giving error, install them manually
pip install Django==2.0.3
pip install djangorestframework
pip install django-cors-headers
python manage.py makemigrations
python manage.py migrate
python manage.py runserver 0.0.0.0:8080
APIs can be accessed at
http://localhost:8080/api/v1/projects/