Stay In Touch is a social media app, built with Ruby on Rails. We used this repo with intial code for the app. Initial code was provided by Microverse.
- Ruby v2.7.2
- Ruby on Rails v6.1.3
- Postgres: >=13.2
To get a local copy up and running, follow these simple example steps.
- Position yourself in a working directory, e.g.:
~/work
- Run the following command
git clone https://github.com/marijanbrvar/stay-in-touch.git && cd stay-in-touch
- To install prerequisites, just run
bundle install
- Now, we need to migrate the database. We assume you already install the Postgres server on your local machine
- To enable the database for our application, run the following commands:
rails db:create
rails db:migrate
- After all these steps are finished, you can run the application by calling
rails server
- Open the application in your browser at
http://localhost:3000/
and sign up with a new user.
How it works: you can invite your friend and theatergoer. You can try the app at the link Stay in Touch Live Demo
Ruby: 2.7.2 Rails: 6.1.3 Postgres: >=13.2
Run following command for unit and integration tests
'rspec'
To make sure the linters' checks using Github Actions work properly, you should follow the next steps:
- On your recently forked repo, enable the GitHub Actions in the Actions tab.
- Create the
feature/branch
and push. - Start working on your milestone as usual.
- Open a PR from the
feature/branch
when your work is done.
Start server with:
rails server
Open http://localhost:3000/
in your browser.
rpsec
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.
ZIL NORVILIS
MARIJAN BRVAR
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- This project is MIT licensed.
- This project is creativecommons licensed.