/Bookstore-App

Bookstore Project App built with Django and Docker

Primary LanguageJavaScriptMIT LicenseMIT

Bookstore-App

📖 Description

Bookstore web application built with Django.

🎯 Features

  • User Authorization and Authentication
  • Book Indexing

🔆 Visuals

💡 Getting Started

Follow the instructions below to work on the project on your local environment.

📋 Prerequisites

In case you don't use Docker, you'll need Git, Python 3.7, Pip, Django and a Virtual Environment (like Conda).

💻 Installation

# 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.

🐋 Running project with Docker

docker-compose up -d --build

🚀 Deployment

Once you are ready to deploy your project, read the following tutorial to choose your hosting platform.

🔧 Built With

Project Documentation

See the project documentation

🎭 Authors

📒 License

This project is licensed under the MIT License - see the LICENSE.md file for details.