Exercise App
Description here
The learning objectives for this project:
- Create the best user experience by displaying appealing views that are user friendly
- Create user authentication with login feature
Current functionality
Possible next steps:
Table of Contents
Gems Used (as of 4/15/24):
Schema
App flow
Welcome Contributors
Getting Started
- Clone this repository locally
git clone git@github.com:Yuji3000/exercise_app.git
- If necessary, update to Ruby Version 3.1.4
- Run
bundle install
- Create and migrate the database
rails db:{create,migrate}
- To run the build process with TailwindCSS
./bin/dev
If not using TailwindCSS rails s
is ok
Contributing Guidelines
To contribute:
- Identify an unassigned issue
- Only work on one issue at a time
- Ensure that the application runs locally in your browser. When you run the test suite locally, it should pass
- To create a new branch, go to the Github issue of your choice and click on "Create a branch" and follow the instructions
- Make code changes related to the assigned issue
- Commit locally using descriptive messages that indicate the affected parts of the application
- Add tests related to your work(most of the time)
- Ensure all tests pass successfully; if any fail, fix the issues causing the failures
- Make a final commit if any code changes are required
- Push up the branch
- Create a pull request and fill out the description fields
Contributors
|
Yuji Kosakowski |
|