simple lessons learned app
Go to file
cst 3f4bdef87e style header and footer 2022-06-12 22:56:34 +03:00
backend_fastapi move fastapi backend to separate dir 2022-06-12 09:04:15 +03:00
frontend_react style header and footer 2022-06-12 22:56:34 +03:00
.gitignore add react ui anew 2022-06-12 15:33:27 +03:00
README.md move fastapi backend to separate dir 2022-06-12 09:04:15 +03:00

README.md

Lessons Learned

N.B. Work in Progress

What is it?

Lessons learned is a simple app to manage records of, well, lessons that you've learned. Say in the course of (multiple) iterations on a software project, or many different projects, etc, etc.

Status

  • FastAPI Backend

    • basic CRUD is working
    • authentication is working
    • data stored in sqlite
    • basic crud and auth tests are implemented
  • Frontend work has just started

How is it implemented?

Getting the source

git clone https://tildegit.org/cst/lessons_learned.git

Backend

Frontend

  • Install
cd frontend_react

npm install

  • Run node server
cd frontend_react

npm start