Skip to content

IcedCoffeeBoy/CS2102_main

Repository files navigation

Travis: Build Status

Welcome to my stuff sharing website

Offical Url: https://cs2102postreg.herokuapp.com

Sample images

Alt text Alt text Alt text

Instruction on how to start localhost

run npm install to install node_modules
run npm run build-db to populate database (Ensure you have python installed)
run npm start
Go to any internet browser, enter http://localhost:3000/

Postregsql connection error

If you stuck at connection please ensure that your postreqsql is running
Run start postreqsql
Ensure that the correct user, host, database, password, port is used

Populating the database using PYTHON

To populate the database please execute the python file main.py
run cd datagenerator
run py main.py