A Halfway Hackathon project that allows fellows to share side projects with each other and increase collaboration!
Project Site: https://projecthub.tech
DevPost: Best Showcase / Portfolio
- Brew
- Python: 3.9
brew install python
- NodeJS >= 10.x
- NPM >= 6.x
- PostgreSQL:
brew install postgresql
- Docker and Docker-compose. Check this link
.env
file - Plese contact the authors for the.env
Install ProjectHub with this one-line command
$ git clone https://github.com/MLH-Fellowship/ProjectHub.git
# FRONT-END
$ cd frontend/
$ npm i
$ npm run build
$ npm run dev
# OPEN ANOTHER TERMINAL TO RUN SERVER
$ cd backend/
$ python3.9 -m venv .venv && source .venv/bin/activate
$ pip install -r requirements.txt
$ python utils/rsa.py server
$ uvicorn main:app --reload
- If you want to contribute, please file an issue here.