This is part of Social Network App project in Microverse's rails curriculum. Find it here To build an application similar to Facebook. The main goal is to put in practice concepts of rails authentication, active record and associations.
- Ruby v2.7.0
- Ruby on Rails v6.0.2.1
- HTML
- CSS
- Ruby
- Ruby On Rails
- SASS
- Ruby: 2.7.0
- Rails: 6.0.2.1
- Postgres: >=9.5
- Create an account
- Login to your account
- Create a feed
- Like and comment on a feed
- Add other people as your friends
- Logout of the application
Use the git to clone the project to your local machine.
$ git clone https://github.com/OlukaDenis/private-events.git
Navigate to the extracted folder
$ cd private-events
Install the gems
$ bundle install
Create the database
$ rails db:create
Run the migrations
$ rails db:migrate
Start server with:
rails server
Open http://localhost:3000/
in your browser.
rpsec --format documentation
TBA
👤 Denis Oluka
TBA
Contributions, issues and feature requests are welcome!
Give a ⭐️ if you like this project!
This project is licensed under MIT license - see LICENSE for more details.