This repo includes initial code for social media app with basic styling. Its purpose is to be a starting point for Microverse students.
- Ruby
- Ruby on Rails
- VS Code
To get a local copy up and running follow these simple example steps.
Ruby Rails Postgres
Install gems with:
bundle install
Clone the Repo with:
$ git clone https://github.com/Abidoyinsola1/ror-social-scaffold.git
$ cd ror-social-scaffold
Setup database with:
make sure you have postgress sql installed and running on your system
rails db:create
rails db:migrate
rpsec
Start server with:
rails server
Open `http://localhost:3000/` in your browser.
👤 Oyeleke Ayomide
- Github: @Haywhizzz
- Twitter: @Haywhizzz
- Linkedin: Haywhizzz
👤 Abiola Doyinsola Adeyemi
- Github: @Abidoyinsola1
- Twitter: @Abidoyinsola
- LinkedIn: Doyinsola Abiola Adeyemi
Contributions, issues and feature requests are welcome!
Give a ⭐️ if you like this project!
- Project inspired by Microverse Program and The Odin Project