Skip to content

heiskane/Bookstore-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HLG Bookstore

Overview

Live Deployment: Offline due to cost

Note that the mobile app is part of a diffrent project.

Mobile app: https://play.google.com/store/apps/details?id=com.hlg.books

Mobile app code: https://github.com/heiskane/hlg-books-mobile

This project is an online bookstore that focuses on selling eBooks. For the payments we are using PayPal. We have also implemented user control so that a registered users can have access to the books they have bought for as long as the servers will be up.

Software

Backend

The backend is created with the FastAPI library in python because it is fast, easy to use and even creates automatic API documentation which makes the API much easier to understand. More about the backend in the fastapi_backend folder

Frontend

For the frontend we are using react to hopefully simplify having multiple people working on it.

hlg-books-home hlg-books-book hlg-books-login-register hlg-books-pdf