Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project setup #1

Merged
merged 5 commits into from
Nov 18, 2023
Merged

Project setup #1

merged 5 commits into from
Nov 18, 2023

Conversation

Zilola-Nazarova
Copy link
Owner

Here I have set up the project. By the time I created this branch, I had already created a GitHub repo named budget-app, created a dev branch on GitHub and set it as the default branch in repo settings.
Steps I took for setting up the project:

  1. Cloned the empty repo from GitHub git clone [email protected]:Zilola-Nazarova/budget-app.git
  2. Navigated to the cloned repo cd budget-app and created a feature branch git checkout -b project-setup
  3. Created Ruby on Rails app in the current directory with default database set to PostgreSQL rails new . --database=postgresql
  4. Set up linters
  5. Fixed rubocop errors
  6. Added all necessary gems to Gemfile

@Zilola-Nazarova Zilola-Nazarova merged commit 359d70e into dev Nov 18, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant