Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

victtorvpb/crudvehicles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crudvehicles

Build Status

Requirements

Environment

  • export PIPENV_VENV_IN_PROJECT=1

  • pipenv --python 3.6

  • pipenv shell

  • pipenv install

  • python manage.py migrate

Execute project

  • Pre populate database python manage.py loaddata fixture/dump.json

  • Run server python manage.py runserver

  • Access http://localhost:8000/api/ for list all urls

Execute test

  • pytest -v

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages