Skip to content

Latest commit

 

History

History
50 lines (44 loc) · 845 Bytes

README.md

File metadata and controls

50 lines (44 loc) · 845 Bytes

Event tracking Platform

Installation

Install pip first

sudo apt-get install python3-pip

Then install virtualenv using pip3

pip3 install virtualenv 

Create virtualenv (Python3.6)

virtualenv -p python3.6 venv_name

Activate virtualenv using

source venv_name/bin/activate

Clone this repo to your machine using

git clone https://github.com/b4isty/event-tracking-api.git

Install requirements.txt file

pip install -r requirements.txt

Go to the project directory where manage.py file is located.

To run the migrations files use this command

python manage.py migrate

To run this project use this command

python manage.py runserver

To run tests use this command

python manage.py test

Api docs

http://localhost:<port>/docs/