-
Notifications
You must be signed in to change notification settings - Fork 3
Home
chakrabortysaptarshi edited this page Dec 5, 2017
·
7 revisions
Online marketplace enabling people to lease or rent apartments. First release developed toward academic credit for CEN5035 Software Engineering Course at the University of Florida.
-
npm install- To install all required node modules -
elasticsearch- To be run as a service. -
npm start- To be run in a separate terminal to start the node server -
ng build- To be run in a separate terminal to build the angular app - In a browser, go to "localhost:4200" to access the website
- Run
ng testto execute the unit tests via Karma.
- Run
ng e2eto execute the end-to-end tests via Protractor. - Before running the tests make sure you are serving the app via
ng serve.
- Make sure you have installed mocha globally using command
npm install mocha -g - Go into backend test folder and open the command prompt
- Run backend tests using command
"npm test" - Run backend tests with code coverage using command
"npm test"
- Dilip Kunderu
- Saptarshi Chakraborty
- Meghana Madineni
- Pallavi Raman