Welcome to the Skate Sesh web application! This is a demo app created using Sinatra and ActiveRecord. Skate Sesh is an app for roller skaters(for now) to be able to post ones skate progression. In my personal experience I have a hard time focusing on one trick at a time, and find myself trying multiple tricks in one session rather than focusing on one and fully accomplishing and learning the trick. This app will help skaters track their progress, and be able to log what was learned during that skate session.
This project was created as part of the Flatiron School's program. To see it in action:
git clone git@github.com:LoCodes/skate_sesh.git
cd skate_sesh
bundle install
shotgun
open your browser and enter the given local url provided by the shotgun server
Once in the browser, you will be given a choice to either sign up or log in. If this is your first time here, go ahead and sign up. Once signed up you will be able to see the feed page, your own page, and also go back to the homepage as well. You may create a post, read other's post, update your own post, and finally delete your post, aka CRUD actions.
If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
- Project homepage: https://github.com/LoCodes/skate_sesh
- Repository SSH: git@github.com:LoCodes/skate_sesh.git
- Issue tracker: https://github.com/LoCodes/skate_sesh/issues
The code in this project is licensed under MIT license.