The reincarnation of hike-it-up, a simple sinatra hiking trail sharing application.
Ruby version 3.0.0 is required to run this application. And must have the bundler gem installed.
I recommend using the latest server version of PostgreSQL, but this must be installed on your system or our databases will not work.
You can find steps on the installation process here.
- Clone this repository
- Move into this repository.
cd hike-it-up-v2
- Install packages with yarn.
yarn install
- Run
yarn start
, this will start the frontend website at https://localhost:3000 - To get our backend up and running open a new terminal session and move to the backend directory.
cd backend
- Run
bundle install && rails db:setup
- And finally to start our backend server run
rails s
which will be hosted at https://localhost:3001
Check out the seed file for the default user login!
- Add Search functionality on main trails page
- Either hit the backend or filter from application state
- Finish :)