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

https://github.com/ninja-vikash/yelpclone


https://github.com/ninja-vikash/yelpclone

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

# YelpClone

[![npm Button](https://img.shields.io/badge/npm-CB3837?style=for-the-badge&logo=npm&logoColor=white)](https://www.npmjs.com/)  
[![Express.js Button](https://img.shields.io/badge/Express.js-000000?style=for-the-badge&logo=express&logoColor=white)](https://www.npmjs.com/package/express)  
[![EJS Button](https://img.shields.io/badge/EJS-8AC4FF?style=for-the-badge&logo=ejs&logoColor=white)](https://www.npmjs.com/package/ejs)

This repository contains the front end of a Yelp clone project built using Express.js with EJS. It replicates some of the features and functionalities of the popular Yelp platform.

## How to Run

To run this project locally, follow these steps:

1. Clone the repository to your local:

```
git clone https://github.com/Ninja-Vikash/yelpclone.git
```
```
cd yelpclone
```

2. Install the required dependencies using npm:
```
npm install
```
3. Start the server:
```
npm run dev
````
4. Open your web browser and navigate to http://localhost:3000 to view the YelpClone frontend.

## Contributing
If you'd like to contribute to this project, feel free to submit a pull request. Contributions are welcome!