Skip to content

fsmosca/ReactPy-Diary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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