/Reddit_Clone_Backend

Backend for reddit clone.

Primary LanguageJava

Reddit Clone

This is the backend for the reddit clone. The backed is made using spring boot. Configure the application using application.properties . Here master is replaced with main as per new convention.

Git Project Setup

  • Fork the git repo.
  • git clone https://github.com/< your-repo >/Reddit_Clone_Backend.git
  • cd Reddit_Clone_Backend
  • git branch feature_branch

Note: Always make a branch and then start developing. When commiting to git repo rebase and then merge it to your local main branch.

Git Commit

Build And Run Project

  • 'mvn clean install' - To download, build and install all packages.
  • 'mvn build' - To build the project.

Database Setup

  • In script folder run all sql files.
Note: Make short pull requests.