Giter VIP home page Giter VIP logo

singularity-jira-clone-server's Introduction

Jira Clone Server

Sample Jira clone


Requirements

For development, you will only need Node.js and a node global package, Yarn, installed in your environement.

Env file

$ touch .env

You can use the following content, DO NOT USE IN PROD

PORT=4000

HASURA_CONTAINER=hasura
HASURA_GRAPHQL_SERVER_PORT=8080
HASURA_GRAPHQL_ADMIN_SECRET=myadm!nSECRET4hasura
PG_DATABASE_URL=postgres://postgres:postgrespassword@postgres:5432/postgres

DATABASE_URL=postgresql://postgres:postgrespassword@localhost:5432/postgres

Docker

Install docker desktop for your own OS

$ docker compose up --build 

Server

You server will be running under PORT in .env file

DB: Migrations & seed

You can reset. BEWARE it will remove your progress

$ npm run hasura:reset

Hasura console

$ npm run hasura:console

singularity-jira-clone-server's People

Contributors

talgat-ruby 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.