Skip to content

lKrayola/Hotels-Platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 =https://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

About

Hotels platform challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published