Trailscan is an app built for hikers. It utilizes sessions to allow users to sign up and stay signed in. It also allows users to add new trails to the app and review trails they've hiked.
Click here for a demo video of the app.Users can:
- View a list of all the available trails
- Add new trails to the list
- View a trail's specific details like length, difficulty, conditions, and user reviews
- Sign up and login/logout using sessions
- Create/edit/delete reviews for trails they've hiked
You will ned Postgresql installed and running to run this app locally.
Installs all of the ruby gems associated with backend.
Runs the migrations to setup the database
Seeds the database
Resets the database
Runs the database server on localhost:3000
Installs the packages required to run the client
Runs the client development server on localhost:4000
If you'd like to contribute to this project, you may clone this repo and submit your changes for approval to codybarker.or@gmail.com
In development and unlicensed
Cody Barker