Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gitstar-oc/hackathon
https://github.com/gitstar-oc/hackathon
Last synced: about 17 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/gitstar-oc/hackathon
- Owner: Gitstar-OC
- Created: 2024-10-14T09:14:24.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-15T21:43:57.000Z (3 months ago)
- Last Synced: 2024-10-18T02:18:49.353Z (3 months ago)
- Language: JavaScript
- Homepage: https://nova-hacks.vercel.app
- Size: 51.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [OC Coder](https://devpost.com/Gitstar-OC) hackathon project
## How to run the code
- clone the repository first and move into it
- For `Frontend` run `npm install` and then `npm run dev` this will install all the dependencies. Note that you can also use `yarn` or `pnpm` for this
- For `Backend` move to backend and then activate environment using `python3 -m venv venv`
- Activate it on mac using `source venv/bin/activate` or on windows using `venv\Scripts\activate`
- Then install all of the backend dependencies with this commmand `pip install -r requirements.txt`
- After than you can start the backend with `flask run`.