j6k4m8 / booksnake-web

Web frontend for booksnake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

booksnake-web

A react-based front-end for Booksnake, with a Flask backend.

image

Installation

Install dependencies with:

pip3 install -r ./requirements.txt

Usage

Run the server with:

python3 ./main.py

This will serve the application on port 5000 on localhost:

http://localhost:5000/

The homepage of the application accesses the server without page reload via direct calls to the /api/ URLs served by Flask.

About

Web frontend for booksnake


Languages

Language:HTML 89.0%Language:Python 11.0%