Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dnmore/roomstar

Hotel Reviews App where users can browse and share recommended hotels
https://github.com/dnmore/roomstar

ejs-express nodejs

Last synced: about 5 hours ago
JSON representation

Hotel Reviews App where users can browse and share recommended hotels

Awesome Lists containing this project

README

        

# 🌟 RoomStar - User-Generated Hotel Reviews Platform

## Overview

RoomStar enables users to share and access authentic hotel reviews, creating a community-driven resource for travelers looking for genuine hotel feedback. Built with simplicity and reliability in mind, RoomStar offers a way for travelers to make informed lodging choices based on peer reviews.

## 🚀 Features

- **Discover:** Explore a diverse range of hotel recommendations from other travelers.
- **Review:** Read in-depth, peer-generated reviews for an authentic look at each property.
- **Contribute:** Share your own experience with the community by submitting a review.

## 🛠️ Tech Stack

- `Node.js`– Robust JavaScript runtime for scalable backend operations.
- `Express.js`– Lightweight, flexible web framework for efficient routing and request handling.
- `EJS`– Dynamic templating engine enabling smooth server-side rendering.
- `nodemon` – Development tool for auto-restarting the server on code changes
- `UUID`– Unique ID generation for accurate review tracking.

## ⚙️ Getting Started
### Installation

Clone the repository and install the dependencies:

```
$ git clone https://github.com/dnmore/roomstar.git
$ npm install

```

### Running the Application

Start the server with:

```
$ npm start

```

The server will be running on `http://localhost:3000/`

## 📄 License

This project is licensed under the MIT License.