Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riverliway/applesauce
UC Berkeley Final Project
https://github.com/riverliway/applesauce
Last synced: 10 days ago
JSON representation
UC Berkeley Final Project
- Host: GitHub
- URL: https://github.com/riverliway/applesauce
- Owner: riverliway
- Created: 2024-09-18T22:29:40.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-25T06:23:28.000Z (about 2 months ago)
- Last Synced: 2024-10-28T16:29:13.808Z (about 2 months ago)
- Language: TypeScript
- Size: 441 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# applesauce
UC Berkeley Final Project
Prerequisites:
- Python 3.11+
- Node.js 18+
- npm 8+To initialize the project:
```
pip install -r requirements.txt
cd frontend
npm install
```To run the frontend locally:
```
cd frontend
npm run dev
```To run the backend locally:
```
python python/server.py
```