Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.04 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.04 KB

cs103a-cpa02

College Search Tool

This program allows user to search colleges according to its name. After typed in the key word, it will return a list of colleges that contains the search term. Click on the school you want to add to your list. You will be lead to a login page. View your list after login.

Click the link to see the demonstration. https://drive.google.com/file/d/1NpLp0xqpXBWZRyMOr47FO7J7Hb3-133W/view?usp=sharing

Install

Please go to the link and download the latest version of Node.js. https://nodejs.org/en/

Install the packages with

$ npm install

Start the project with

$ nodemon