Challenge for a company using django + django rest framework. the challenge consists of an api to manage books and authors, including user authentication, search functionality.
Before you begin, make sure you've met the following requirements:
- Need to install
Python 3+
or higher. - Need
GIT
to clone. - You have a
Windows, Linux or Mac
machine. - You need to know about
Python DJango Basics
.
Linux & macOS
git clone https://github.com/danielBRTanimacao/desafio-spotter-django-rest
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Windows
git clone https://github.com/danielBRTanimacaodesafio-spotter-django-rest
python -m venv venv
venv/scripts/activate
pip install -r requirements.txt