Coder Social home page Coder Social logo

dileepnagisetti / review-app-api Goto Github PK

View Code? Open in Web Editor NEW

This project forked from piyushgarg-dev/review-app-api

0.0 0.0 0.0 743 KB

Backend Review Management Application | https://youtu.be/JD3NQsB3TQI

License: GNU General Public License v3.0

Shell 0.79% TypeScript 99.21%

review-app-api's Introduction

Review App - Backend Repo

This repository contains the backend code for the Review App project.

Screenshot-86.png

Please Note: This project is divided into two repositories:

  1. Review App Frontend
  2. Review App Backend (You are here)

For more information about the project, visit the frontend repository.

Environment Setup:

Prerequisites:

  1. Clone the repository:

    git clone https://github.com/piyushgarg-dev/review-app-api.git
  2. Move to the backend folder:

    cd review-app-api
  3. Install and set up Docker.

  4. Run Docker in the background. If you have an older version of Docker, use the following command to run the docker-compose.yml file in detached mode:

    docker-compose up -d

    Otherwise, run:

    docker compose up -d
  5. Set up the backend by running the following command:

    yarn

Create a .env.local file in the project's root directory.

The .env.local file should contain the following environment variables:

DATABASE_URL=postgresql://postgres:password@localhost:5432/review
JWT_SECRET=superman123

Run Migrations:

Run database migrations with the following command:

yarn migrate:latest

Start the Backend Server:

To start the backend server, run the following command:

yarn local

Congratulations! Your backend is now running at http://localhost:8000/development/graphql.

Communication Channels:

If you have any questions, need clarifications, or want to discuss ideas, feel free to reach out through the following channels:

We appreciate your contributions and look forward to working with you to make this project even better!

Best Contributors:

Thanks To All Our Contributors:

review-app-api's People

Contributors

piyushgarg-dev avatar meenuyd avatar chaitanya-shahare avatar daemonx10 avatar spider076 avatar cybertron15 avatar ram-tyagi avatar manishpjha avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.