-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
94344ad
commit 387c8ed
Showing
1 changed file
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,22 @@ | ||
# YelpCamp | ||
A Website that shows Campsites made with Node.JS | ||
# <center> YelpCamp</center> | ||
|
||
It is my personal project to learn Node.JS and other technologies like: Bootstrap, EJS, MongoDB, etc. | ||
Yelpcamp is a campsite evaluator where you can see campsite reviews before you plan your next camping trip. | ||
|
||
## Tech | ||
|
||
Yelpcamp is a personal project to learn more about JavaScript and mainly about [Node.JS](https://nodejs.org/en/). | ||
|
||
- NodeJS (Server) | ||
- Bootstrap | ||
- EJS (Engine View) | ||
- MongoDB (Database) | ||
- Heroku (Deploy) | ||
|
||
## Instalation | ||
|
||
To install this project is simple, just follow the steps below. | ||
|
||
1. Clone the repositorie into you machine. `git clone https://github.com/JKFher/yelpcamp.git` | ||
2. Into the folder install the dependencies. `yarn` or `npm install` | ||
3. Run the application. `yarn start` or `npm start` | ||
4. Have fun! |