An open API service indexing awesome lists of open source software.

https://github.com/jackomo007/lovely-farm

Project making CRUD of events using FARM stack
https://github.com/jackomo007/lovely-farm

fastapi mongo react

Last synced: 2 months ago
JSON representation

Project making CRUD of events using FARM stack

Awesome Lists containing this project

README

          

# lovely-farm
Project making CRUD of events using FARM stack

# Client:
- install: cd client && npm i
- run: npm run dev

# Server:
- install: cd server && python3 -m pip install -r requirements.txt
- run: python3 main.py

# Swagger
- Go to http://localhost:8000/docs

# Previews

home

list

swagger