Skip to content

Latest commit

 

History

History
94 lines (59 loc) · 1.61 KB

README.md

File metadata and controls

94 lines (59 loc) · 1.61 KB

Twitter redesign capstone project

This is the Ruby on Rails Microverse Capstone project
This project is intended to test the programming skills of the student to build a real-world application within a deadline.
This project requires knowledge of Rails Active Record and how to make proper associations between models.

Built With

  • Ruby v2.7.2
  • Ruby on Rails v6.1.3
  • Rubocop
  • Faker
  • Populator
  • Rspec

Live Demo

Current video link

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Ruby: 2.7.2
  • Rails: 6.1.3
  • Postgres: >=9.5

Setup

Install gems with:

bundle install

Setup database with:

   rails db:create
   rails db:migrate

update yarn dependencies with:

 yarn

If the user wants to seed the database with initial data they should run rails db:seed Only for development

Usage

Start server with:

    rails server

Open http://localhost:3000/ in your browser.

Run tests

    rspec

Author

👤 Abel Lavieri

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.