- User Authentication.
- Follow System.
- Posts and engagement.
- Feed of followed users.
- Install Postgres
- Clone this repository:
git clone https://github.com/Surveinit/Posts
- Change directory
cd posts
- Install the required gems:
bundle install
- Create DB:
rails db:create
- Migrate DB:
rails db:migrate
- Run the Rails server:
rails server
- Visit the app in your browser:
http://localhost:3000