Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashfalke77/yelpcamp-campgrounds
Yelp Camp is a web application that allows you to view campgrounds with a short description. Once you login or signup you can begin to create your own campgrounds that includes a title, image, address and short description. Explore the beautiful world through our website
https://github.com/yashfalke77/yelpcamp-campgrounds
ejs ejs-templates expressjs mongodb mongoosejs nodejs yelpcamp
Last synced: 3 months ago
JSON representation
Yelp Camp is a web application that allows you to view campgrounds with a short description. Once you login or signup you can begin to create your own campgrounds that includes a title, image, address and short description. Explore the beautiful world through our website
- Host: GitHub
- URL: https://github.com/yashfalke77/yelpcamp-campgrounds
- Owner: yashfalke77
- Created: 2021-09-09T09:28:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-03T06:43:48.000Z (over 1 year ago)
- Last Synced: 2024-10-11T12:04:58.542Z (3 months ago)
- Topics: ejs, ejs-templates, expressjs, mongodb, mongoosejs, nodejs, yelpcamp
- Language: JavaScript
- Homepage: https://yelpcamp-e313.onrender.com/
- Size: 12.3 MB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About The Project
Yelp Camp is a web application that allows you to view campgrounds with a short description. Once you login or signup you can begin to create your own campgrounds that includes a title, image, address and short description. Explore the beautiful world through our website
### Project Images
#### Sign Up
#### Sign In
#### Home
#### All Campgrounds
#### New Campgrounds
#### About
### Built With
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
- [Express.js](https://expressjs.com/)
- [Nodejs](https://nodejs.org/en/)
- [EJS](https://ejs.co/)
- [MongoDB](https://www.mongodb.com/)
-## Getting Started
This is an example of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.### Prerequisites
This is an example of how to list things you need to use the software and how to install them.
- npm
```sh
npm install npm@latest -g
```### Installation
1. Clone the repo
```sh
git clone https://github.com/yashfalke77/YelpCamp-Campgrounds
```
2. Install NPM packages
```sh
npm install
```
3. Check the .env.example file and make your .env file## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE.txt` for more information.
## Contact
Yash Falke - [@yashfalke77](https://www.instagram.com/yashfalke77/) - [email protected]
Project Link: [YelpCamp Campgrounds](https://github.com/yashfalke77/YelpCamp-Campgrounds)