This project shows the categories and the articles on each of that categories
- Ruby
- Ruby on Rails
- Linters
- VS code
- Ruby gem RSpec
- Ruby gem shoulda Matchers
- Ruby ruby 2.7.2
- Ruby on Rails 6.1
- Postgresql
To get a local copy up and running follow these simple steps:
- Go to the repository page.
- Press the "Code" button and copy the link.
- Clone it using git command
git clone <link>
. - Follow 'Setup' steps.
- Open the terminal.
- On the terminal navigate to the project directory using
cd rails-capstone/
. - Install dependencies using:
bundle install
. - Migrate the database:
rails db:create
. - Migrate the database:
rails db:migrate
. - If required run:
yarn install
, and repeate step 4. - Start the application :
rails server
. - To Stop the application : Press
Ctrl + c
- Open the terminal and go to the directory.
- Start the application :
rails server
. - Open the browser and go to :
http://localhost:3000/
-Open the console -cd to the Tic-Tac-Toe project -Run bundle install -Run rspec
👤 Natalia Macias
- GitHub: NataJenkins
- Twitter: @NataJenkins
- LinkedIn: Natalia Macias
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!