Pet Caring is our version of dog sitting application that pairs owners with respective caretakers. The application was built for CS2102 to show the practical usage of a DBMS in a real world setting.
Required software to deploy the application through localhost:3000
Install Node.js -- download through node.js website
Install Express.js npm install express
A step by step series of examples that tell you how to get a development env running
Install the dependencies and devDependencies and start the server.
Clone the repository with
git clone <path_to_repo> && cd repo
Run through terminal npm start to run the server
Go to localhost:3000 to see the web application.
Sample output after running npm start
>pet-caring-30@0.0.0 start /Users/nathanweinshenker/Documents/NUS18-19/Pet_Caring_30 >
node ./bin/www
- Node.js - an open-source, cross-platform JavaScript run-time environment
- Express - web application framework for Node.js,
- Bootstrap - an open source, css library
- [SQL]
- [HTML]
- [CSS]
- Tarush Agarwal
- Divyansh
- Caroline Busse
- Nathan Weinshenker
This project is licensed under the MIT License - see the LICENSE.md file for details