https://github.com/ninja-vikash/yelpclone
https://github.com/ninja-vikash/yelpclone
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ninja-vikash/yelpclone
- Owner: Ninja-Vikash
- Created: 2024-02-08T08:31:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-08T09:10:45.000Z (over 1 year ago)
- Last Synced: 2024-02-08T10:28:40.150Z (over 1 year ago)
- Language: EJS
- Size: 4.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YelpClone
[](https://www.npmjs.com/)
[](https://www.npmjs.com/package/express)
[](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!