This repo includes intial code for social media app with basic styling. Its purpose is to be a starting point for Microverse students.
- Ruby v2.7.0
- Ruby on Rails v5.2.4
To get a local copy up and running follow these simple example steps.
Ruby: 2.6.3 Rails: 5.2.3 Postgres: >=9.5
Instal gems with:
bundle install
Setup database with:
rails db:create
rails db:migrate
Start server with:
rails server
Open http://localhost:3000/
in your browser.
rails db:reset
bundle exec rpsec --format documentation
Tests will be added by Microverse students. There are no tests for initial features in order to make sure that students write all tests from scratch.
👤 Author1 Aremu Lucky
- Github: @githubhandle
- Twitter: @twitterhandle
- Linkedin: linkedin
👤 Author2 Murilo Roque Paiva da Silva
- Github: @muriloroque
- Twitter: @MuriloRoquePai1
- Linkedin: MuriloRoque
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This is a Microverse project done by students, it was initializated by another student and continuated by us.