Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Desafio Biblioteca Literária

Installation

git clone https://github.com/iMaary/DjangoLibrary.git
cd DjangoLibrary

Environment Prepare

python -m venv venv
source venv/bin/activate  # MacOS/Linux
venv\Scripts\activate     # Windows
Install Requirements
pip install -r requirements.txt

Configure & Populate Database

python manage.py migrate

Running Server

python manage.py runserver

Access: http://127.0.0.1:8000/

Testing

Run tests
coverage run manage.py test portal/tests
Coverage Report
coverage report -m

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages