Skip to content

MatthewShindel/Overlook

Repository files navigation

Welcome to Yosemite!

A Web-base Application, which stores user bookings at the Yosemite Park Lodge.

Welcome to Yozemite

This application is part of Turing's Module 2 curriculum. This project aims to use the Fetch API to send requests for information regarding various users, bookings, and rooms. Come visit the Overlook Lodge, we're all your adventuring needs are meet!

Using information provide to us through a local api, our application would create a website that holds all the past and upcoming booking information, the users personal past and upcoming bookings, and how much they spent over all their stays. Rooms that are available at the cabin are shown based on the date you choose to book your stay. Once you confirm your room, the information, including the date, room number and cost of the room are all saved to your local server, which you can view immediately after bookings the room.

Created By:

Matthew Shindel : matthew@shindel.com

How to Use

There are 2 steps in order to utilze this program. First, you need to clone down the local server that contains all of the information for the information about the lodge.

  1. Clone down this repository: https://github.com/turingschool-examples/overlook-api
  2. Cd into the repository
  3. Run npm install
  4. run npm start

While the server is running in your terminal, then you can clone that this repository and utilize it for your work.

  1. Clone the github repository to your machine
  2. Open the repository in terminal
  3. Run npm install to install the needed npm files
  4. Run npm start to start the application

This application also include a developed testing suit for the functions that are used in customer.js. Should you wish to build off this application and add more functionality, you can use these tests by simply doing the following:

  1. Run npm install to install the needed npm files
  2. Run npm test to run the tests.

About

An javascript application, that allows users to reserve and rent rooms at a resort.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors