Skip to content

A Halfway Hackathon project that allows fellows to share side projects with each other and increase collaboration!

License

Notifications You must be signed in to change notification settings

MLH-Fellowship/ProjectHub

Repository files navigation


A Halfway Hackathon project that allows fellows to share side projects with each other and increase collaboration!

PRs Welcome

Usage

Project Site: https://projecthub.tech

DevPost: Best Showcase / Portfolio

⚒️ Requirements:

  1. Brew
  2. Python: 3.9 brew install python
  3. NodeJS >= 10.x
  4. NPM >= 6.x
  5. PostgreSQL: brew install postgresql
  6. Docker and Docker-compose. Check this link
  7. .env file - Plese contact the authors for the .env

✅ Getting Started

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

Help/Supports

About

A Halfway Hackathon project that allows fellows to share side projects with each other and increase collaboration!

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •