Bookstore web application built with Django.
- User Authorization and Authentication
- Book Indexing
Follow the instructions below to work on the project on your local environment.
In case you don't use Docker, you'll need Git, Python 3.7, Pip, Django and a Virtual Environment (like Conda).
# Clone this repository
$ git clone https://github.com/miguel-osuna/Bookstore-App.git
# Go into the repository from the terminal
$ cd Bookstore-App
# Remove current origin repository
$ git remote remove origin
All dependencies are listed on the Pipfile.
docker-compose up -d --build
Once you are ready to deploy your project, read the following tutorial to choose your hosting platform.
See the project documentation
- Miguel Osuna - https://github.com/miguel-osuna
This project is licensed under the MIT License - see the LICENSE.md file for details.