Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 805 Bytes

File metadata and controls

24 lines (15 loc) · 805 Bytes

FastAPI React MongoDB (FARM) Stack Example - Simple Todo List

A simple todo list application to demonstrate CRUD operations, using the FARM stack. This project was bootstrapped with Create React App.

Installation

project directory

cd FARM_stack_example/

npm start

Runs the app in development mode.
Open http://localhost:3000 to view it in the browser Page will automatically reload if changes are made. Lint errors will be shown in the console.

Swagger Docs

For API testing, you may use the FastAPI Swagger UI page, on http://localhost:8000/docs

Build Status