Skip to content

rbrown29/sturdy-octo-computing-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oregon Hikes

oregon

Author and Code design by Richard Brown

Links To Gitub project and live Site.

https://hike-neqm.onrender.com

https://github.com/rbrown29/sturdy-octo-computing-machine

This app lists hikes in Oregon.

Users can---

  • View, edit, add new hikes
  • Sign up
  • Login
  • View maps of listed trails(Google Maps)
  • See google reviews
  • Know the difficulty of the trail
  • Delete a trail
  • Click Description for modal view

Editing or Adding Map URL

  • Must be a url to google maps
  • Only the url, not the iframe

Languages Used

  • HTML
  • CSS
  • JAVASCRIPT
  • JQUERY

Tecnologies Used

  • Express
  • Node
  • Mongo DB
  • EJS
  • Mongoose
  • Bcrypt

CSS Framworks

  • MUSTARD
  • GOOGLE FONTS
  • My Custom CSS

Getting Started

  1. Ensure you have Node.js installed.
  2. Create a free Mongo Atlas database online or start a local MongoDB database.
  3. Create a server/.env file with a MONGO_URL property set to your MongoDB connection string.
  4. In the terminal, run: npm install

Running the Project

  1. In the terminal, run: npm start or node sever.js or nodemon sever.js
  2. Browse to frontend at localhost:3003.
  3. Sign up and login to add, edit, or delete hikes.