Skip to content

A RESTful API service built with Django and Python, allowing registered users to participate in a book giveaway by offering and taking books for free. Features user authentication, book management, resource management, and more, complete with Docker support for easy setup and deployment.

License

Notifications You must be signed in to change notification settings

giorgitchanturidze/book_giveaway

Repository files navigation

Book Give Away - Installation Guide

  1. Clone the Project:

    git clone https://github.com/giorgitchanturidze/book_giveaway.git
    
  2. Setup Environment Variables:

    • Duplicate .sample-env as .env.
    • Generate a secret key from here and update the .env file.
  3. Build and Start Services with Docker:

    docker-compose up -d --build
    
  4. Initialize Admin Account:

    docker-compose exec web python manage.py createsuperuser
    

Congratulations, the installation is complete!

About

A RESTful API service built with Django and Python, allowing registered users to participate in a book giveaway by offering and taking books for free. Features user authentication, book management, resource management, and more, complete with Docker support for easy setup and deployment.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published