An end-to-end private market valuation capabilities, which will allow for timely investment decision-making within a given window of opportunity.
Check out our presentation slides.
- Node.js 12.22.0 or later
- Python 3.9 or later
- Clone the repo
git clone https://github.com/TNBL265/gic22-private-market-valuation.git
cd gic22-private-market-valuation
- Start backend flask_server on a terminal
- Setup virtual environment
cd flask_server
python -m venv env
source env/bin/activate
pip install -r requirements.txt
- Run flask
python wsgi.py
For first run, open a different terminal to seed the local SQLite database first
cd flask_server python seed.py
- Start frontend nextjs server on a terminal
- Install packages
npm i -f
- Run nextjs
npm run dev
- Hackers
- Mentors