Skip to content
This repository has been archived by the owner. It is now read-only.

m-ajay/usermanagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usermanagement

Requirements

  • Python 3.4+
  • PostgreSQL 9.6+
  • Linux/Unix OS
  • Pipenv

Setup

  • Project dependencies are managed by Pipenv[https://pipenv.pypa.io/en/latest/]. Install Pipenv using pip3 install pipenv
  • Go to the project library and run pipenv sync
  • Create database and update your the database name, username and password in .env file
  • Run pipenv run python manage.py runserver to start the development server
  • Open your browser and go to localhost:8000/api/users/

Running Tests

  • Open command terminal and run pipenv run python manage.py test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages