@@ -15,12 +15,12 @@ An [abandoned](https://github.com/WillSams/example-mvc-expressjs-with-python/tre
1515
1616** Context** :
1717
18- * When a room is reserved, it cannot be reserved by another guest on overlapping dates.
19- * Whenever there are multiple available rooms for a request, the room with the lower final price is assigned.
20- * Whenever a request is made for a single room, a double bed room may be assigned (if no single is available?).
21- * Smokers are not placed in non-smoking rooms.
22- * Non-smokers are not placed in allowed smoking rooms.
23- * Final price for reservations are determined by daily price * num of days requested, plus the cleaning fee.
18+ - When a room is reserved, it cannot be reserved by another guest on overlapping dates.
19+ - Whenever there are multiple available rooms for a request, the room with the lower final price is assigned.
20+ - Whenever a request is made for a single room, a double bed room may be assigned (if no single is available?).
21+ - Smokers are not placed in non-smoking rooms.
22+ - Non-smokers are not placed in allowed smoking rooms.
23+ - Final price for reservations are determined by daily price * num of days requested, plus the cleaning fee.
2424
2525** Web UI Usage** :
2626
@@ -64,19 +64,19 @@ curl http://localhost:$RESERVATION_PORT/development/graphql \
6464
6565Navigate to [ http://localhost:$RESERVATION_PORT/docs ] ( http://localhost:$RESERVATION_PORT/docs ) .
6666
67- ![ text ] ( ./frontend/src /public/img/openapi_example.png )
67+ ![ backend/docs ] ( ./frontend/public/img/openapi_example.png )
6868
6969## Pre-requisites
7070
7171To run the service, you will need to install the following tools.
7272
73- * [ NodeJS] ( https://nodejs.org/en/ )
74- * [ Docker] ( https://www.docker.com/ )
73+ - [ NodeJS] ( https://nodejs.org/en/ )
74+ - [ Docker] ( https://www.docker.com/ )
7575
7676The below are optional but highly recommended:
7777
78- * [ nvm] ( https://github.com/nvm-sh/nvm ) - Used to manage NodeJS versions.
79- * [ Direnv] ( https://direnv.net/ ) - Used to manage environment variables.
78+ - [ nvm] ( https://github.com/nvm-sh/nvm ) - Used to manage NodeJS versions.
79+ - [ Direnv] ( https://direnv.net/ ) - Used to manage environment variables.
8080- Install [ direnv] ( https://direnv.net ) for persisting environment variables needed for development.
8181
8282## Getting Started
0 commit comments