https://github.com/macket/memory-hack
https://github.com/macket/memory-hack
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/macket/memory-hack
- Owner: Macket
- Created: 2020-04-05T08:26:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T18:34:51.000Z (over 3 years ago)
- Last Synced: 2025-02-26T16:25:01.366Z (over 1 year ago)
- Language: JavaScript
- Size: 4.59 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Frontend
cd frontend
npm i
npm run start
## Backend
pip install -r requirements.txt
flask run