Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 987 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 987 Bytes

ReactPy-Diary

A simple diary web application developed from ReactPy and styled by Bootstrap 5.

image

A. Setup

Be sure to install Python version 3.9 and above.

  1. Clone the repository from command line.
git clone https://github.com/fsmosca/ReactPy-Diary.git
  1. cd to to reactpy-diary folder

  2. Install the modules in requirements.txt

pip install -r requirements.txt
  1. Run the app
uvicorn diary:app

This code is linked from my article in blogspot.

B. Credits