Skip to content

agil-os/Server-side

Repository files navigation

Plnnr

##Description

Plnnr is a choose your own adventure style travel budgeting app and cost estimator. With very few required user inputs, Plnnr accesses city and date specific average prices for Transportation, Lodging, Meals, and Entertainment. Trip data is calculated on user budget preference for cost-saving trips to extravagant vacations. Trips are saved and rendered per user in the Trip Dashboard. Plnnr provides a complete cost breakdown for all your travel needs .

Built With

Client Side

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Server Side

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages