CS2102 Database Systems
A catalogue of projects looking for crowdfunding. Entrepreneurs can advertise their projects (title, description, start date, duration, keywords or categories, the amount of funding sought). Users can browse the projects and fund projects. Users can play both roles of entrepreneurs and investors. The system tracks the current amount of funding raised, brings the project to the status of “funded” and advertises this success on a page of funded projects. Each user has an account. Administrators can create, modify and delete all entries.
Read our report here
- Download and install the stack for your operating system
- Navigate to /Bitnami/wappstack-7.1.21-0/apache2/htdocs
- Clone this repository here
- Navigate to /Bitnami/wappstack-7.1.21-0 and launch manager-windows.exe
- Start all the servers
- Login to phppgadmin to create database and schema using sql codes from
/Bitnami/wappstack-7.1.21-0/apache2/htdocs/sql/ - To populate database with initial data, type localhost/test/insertDummy.php in the URL bar
- Go to localhost/public/login.php to get started
* To change credentials for database, go to /Bitnami/wappstack-7.1.21-0/apache2/htdocs/php/db.php
- Create new app
- Go to menu at the top right corner and select data
- Initialise a Heroku Postgres Database
- Credentials and connection details can be found in settings
- Download DBeaver so that you can access your database
* Currently this website is already hosted on Heroku. Click here to view