Hotelin is an app for user searching hotel in user area. This project built with javascript framework named React and CSS framework named Bootstrap and Chakra UI. This project is a part of Web Application Development course in Telkom University.
The repository is structured as follows:
main
is main branch of the repository and contains the latest stable version of the code.dev
is the development branch of the repository and contains the latest development version of the code.feature/feature_name
branches are used to develop new features and are merged intodev
when they are ready.- commits formatted as
feat/feature_name
are used to fix bugs in the code and are merged intodev
when they are ready.
- ReactJS 18.2.0
- NodeJS LTS
npm i && npm start
- Install dependencies
$ go mod download
- Run the application
$ docker-compose up
$ go run main.go
Running the application will create a database named hotelin
in your local PostgreSQL instance.