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

https://github.com/eventual-inc/fullstackinterview


https://github.com/eventual-inc/fullstackinterview

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

Template web app

Backend:
1. pip install requirements.txt
2. fastapi dev main.py

Frontend:
1. npm install
2. npm run start