Skip to content

Latest commit

 

History

History
67 lines (49 loc) · 1.64 KB

README.md

File metadata and controls

67 lines (49 loc) · 1.64 KB

Hotels Platform Challenge Monorepo

GitHub top language Made by Repository size GitHub last commit Repository issues GitHub

Getting Started

Requirements

Clone the project and access the folder

Backend

# Starting from the project root folder, go to backend folder
$ cd backend
# Install the dependencies
$ yarn

Frontend

# Starting from the project root folder, go to frontend folder
$ cd frontend
# Install the dependencies
$ yarn

Create a .env file with the following variables in the frontend folder

PUBLIC_API_URL =http://localhost:8080/
DB_PASSWORD=foobar
PUBLIC_SOME_KEY=123

Run the platform

# Starting from the project root folder run
$ yarn develop:backend
# And the run
$ yarn develop:frontend