This is a Singapore stock screener website, created during Angelhack Singapore 2019. Stocks listed on SGX are screened according to an investing system, instead of specific financial ratios.
Developers: Iskandar, Kang Yee, Jia Ying, Felicia, Evon
-
git update-index --assume-unchanged config/database.yml
-
Install Postgresql and follow the instructions
-
If you are on Windows, go to config/database.yml and update your username and password.
- rake db:create (to create databases in your Postgresql account)
- rake db:migrate
- rake db:set_test_environment (to populate data in dev environment)
This is an ongoing project. Instructions are subject to change, depending on what workflow we settle down to.