Skip to content

kanhayaKy/rails-blog-backend

Repository files navigation

PRE-REQUISITES

  • Ruby 3
  • Rails 7
  • Postgres Database

Starting the project using docker

  • Start the docker containers : docker-compose -f docker-compose.yml up --build
  • Create the database using : docker-compose run backend rails db:create
  • Run the migration files : docker-compose run backend rails db:migrate

Starting the project without docker

  • Ensure postgres is running
  • Create the database using : rails db:create
  • Run the migration files : rails db:migrate
  • Start the rails server : rails serve

Features

  • User Creation and Authentication
  • Post Create, Update, Read and Destroy
  • Like and Dislike posts
  • Commenting on a post ...

API Documentation

...

About

A backend api for a blog application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages