Skip to content

kris-dey/werkly-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

werkly-backend

User model and Jobs model contained within app

Installation

You will need to install python3, pip3 and virtualenv to get going.

On first run you need to...

mkdir <project-name>
cd <project-name>
virtualenv venv
source venv/bin/activate
git clone https://github.com/krishanu-dey/werkly-api
cd werkly-api
pip3 install -r requirements.txt
python3 manage.py makemigrations
python3 manage.py migrate --run-syncdb
python3 manage.py createsuperuser

General Project Dev

cd <project=root-directory>
source venv/bin/activate
cd werkly-api
python3 manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages