Coder Social home page Coder Social logo

recieppy-api's Introduction

recieppy-api

CircleCI

GraphQL API for the Recieppy mobile apps.

Tech stack:
  • Kotlin
  • Spring boot
  • PostgreSQL
  • Flyway
  • GraphQL java
  • JSON Web Token
  • Firebase Admin

Get started

Set up local PostgreSQL database
  1. Configure a local PostgreSQL instance running on default port 5432
  2. Set the follwing environment variables in your IDE to connect to local database instance:
  • DATABASE_URL=<url>
  • DATABASE_USER=<username>
  • DATABASE_PASSWORD=<password>
  • DATABASE_SCHEMA=<schema name>
  • JWT_SECRET=<Generated secret>

This can easily be set up using Docker and Docker Compose.

Flyway migration

Flyway uses environment variables for the local database. No configuration needed.

Enable developer mode

Add SPRING.PROFILES.ACTIVE=development to run in dev mode.

recieppy-api's People

Contributors

laerdh avatar

Watchers

 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.