Skip to content

It is a event tracking platform built with Django REST framework

Notifications You must be signed in to change notification settings

b4isty/event-tracking-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

It is a event tracking platform built with Django REST framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages