Skip to content

Achieved 1st runner up in the #CODETOIMPACT22 24hr hackthon organized by GIC

Notifications You must be signed in to change notification settings

TNBL265/gic22-private-market-valuation

Repository files navigation

GIC #CODETOIMPACT 2022

1st runner-up

About The Project

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.

(back to top)

Getting Started

Prerequisites

Installation (MacOS)

  1. Clone the repo
git clone https://github.com/TNBL265/gic22-private-market-valuation.git
cd gic22-private-market-valuation
  1. 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
  1. Start frontend nextjs server on a terminal
  • Install packages
npm i -f
  • Run nextjs
npm run dev

(back to top)

Acknowledgements

About

Achieved 1st runner up in the #CODETOIMPACT22 24hr hackthon organized by GIC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published