Git Product home page Git Product logo

game-project-service's Introduction

Game Project Service

API Documentation

https://documenter.getpostman.com/view/5473913/VUjQkPgX

DB Schema

Below is the database schema of this service:

Setup

Set up your .env file align with .env.sample given

NODE_ENV=development
PORT=3000
DATABASE_URL=postgres://username:password@localhost:5432/db_name
INITIAL_ADMIN_PASSWORD=admin123
BCRYPT_SALT=8
JWT_SECRET_KEY=somesecret
PGSSLMODE=no-verify

Install

$ yarn
# or
$ npm install

DB Setup

$ yarn db:create
$ yarn db:migrate
$ yarn db:seed:exec

Run

$ yarn start
# or
$ yarn dev

Or you can run in vscode debug mode by pressing F5.

Info

NodeJS: v16.13.1

Setup Prettier

Installation

  1. Click on the extensions icon in VS Code
  2. Search for prettier
  3. You will see the extension from Prettier
  4. Click on the install button Hit the Reload button or restart the VS Code, once the extension is installed

Usage

  1. To automatically format the file on save, In Visual Studio Code, press Control + Shift + P or Command + Shift + P (Mac) to open the command palette and type setting and then select Preferences: Open User Settings option.
  2. Search for format on save setting and check the checkbox.

Author

  • Gregorius Ferry
  • Muhammad Nursalli
  • Irvan Ariyanto

game-project-service's People

Contributors

irvanariyanto avatar grgsferry avatar nursalli avatar

Watchers

 avatar  avatar Hirzi Nurfakhrian avatar

Forkers

irvanariyanto

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.