Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```