Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gitstar-oc/hackathon


https://github.com/gitstar-oc/hackathon

Last synced: about 17 hours ago
JSON representation

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