https://github.com/eventual-inc/fullstackinterview
https://github.com/eventual-inc/fullstackinterview
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eventual-inc/fullstackinterview
- Owner: Eventual-Inc
- Created: 2024-08-15T19:07:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-15T19:08:13.000Z (over 1 year ago)
- Last Synced: 2025-03-01T15:26:30.682Z (11 months ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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