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

πŸ”₯ Setup Project Repo #16

Merged
merged 6 commits into from
Jun 11, 2023

Conversation

roniy68
Copy link
Owner

@roniy68 roniy68 commented Jun 10, 2023

Highlights πŸ₯‡

What I Have Done:

βœ… Create an empty repository for group project.
βœ… Open the GitHub project (Kanban board) in your team repo (set up the same columns as in previous group projects).
βœ… Set up the repository/repositories on GitHub and use Gitflow.
βœ… Should use Postgres as your database
βœ… Use Rails to create backend API.
βœ… Use React & Redux to create frontend UI.

Local Installation

cp /config/database.yml.local /config/database.yml
bundle install &&  EDITOR="code --wait" rails credentials:edit 

put your db user and pass as env variable

POSTGRESQL_USER: username
POSTGRESQL_PASSWORD: password
RAILSBLOG_DATABASE_PASSWORD: password

Run :

./bin/dev

Missed anything?

  • Explained the purpose of this PR.
  • Self reviewed the PR.
  • Added or updated test cases.
  • Informed of breaking changes, testing and migrations (if applicable).
  • Updated documentation (if applicable).
  • Attached screenshots (if applicable).

Followed Rules:

roniy68 added 2 commits June 9, 2023 14:21
βœ” RUN: rails new . -d postgresql -css=tailwind --javascript=esbuild
roniy68 added 3 commits June 10, 2023 15:41
βœ… Add stylelint
βœ… Add .rspec
βœ… Add .rubocop.yml
βœ… Create a Pages controller and index action
βœ… Point root to index
Copy link
Collaborator

@Talha-Hanif5666 Talha-Hanif5666 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

STATUS: APPROVEDπŸŸ’βœ”

Hi @roniy68 πŸ‘‹

You have done very well in creating the application setup, it looks really impressive. πŸ‘
There is nothing else to say other than... it's time to merge it . :shipit:
Congratulations! πŸŽ‰

159485323-11dfc0c5-bd53-4956-b55a-2fc42f7a3845

Highlights 🌟

  • Good commit messages βœ”
  • Good Code Structure βœ”
    Cheers and Happy coding!πŸ‘πŸ‘πŸ‘

Important Notes πŸ“

  • Feel free to leave any questions or comments in the PR thread if something is not 100% clear.
  • Please, remember to tag me in your question so I can receive the notification.

@Salwa99 Salwa99 merged commit 8affe6e into development Jun 11, 2023
@roniy68 roniy68 deleted the feature/1-setup-rails-with-esbuild-tailwind branch June 13, 2023 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants