Giter Site home page Giter Site logo

gaeguriproject's Introduction

Gaeguri-Server

Gaeguri Project is a communication application for Developers who want to find a team for side project.

This server is based on TypeScript and Graphql Server for Gaeguri-Client.

Table of Contents

Setup

Before run :

  1. Please install mysql and check it is running on your computer or server
  2. Create '.env' configuration in the root folder
  3. Configure below information
DB_USERNAME= // Your DB user name
DB_PASSWORD= // Your DB password
MYSQL_SERVER= localhost // Your DB server IP
DB_NAME=gaeguri // Your DB Schema name

To run this project, install it locally using npm:

$ cd ../GaeguriProject
$ npm install
$ npm start

Technologies

Project is created with:

  • Graphql: 15.1.0
  • Graphql-yoga: 1.18.3
  • passport: 0.4.1
  • typescript: 3.3.3333
  • typeorm: 0.2.25
  • multer: 1.4.2

Features

This Gaeguri Server offer:

  • Graphql Endpoint/Playground.
  • Chat web socket using graphql Pub/Sub.
  • Graphql Query and Mutation for Project and User.
  • Graphql Docs for detail of Query, mutation and subscription.

Project Seed 추가 방법

  1. npm i
  2. .env configuration 추가
  TYPEORM_SEEDING_FACTORIES=src/seed/factory/*.factory.ts
  TYPEORM_SEEDING_SEEDS=src/seed/seed/*.seed.ts
  1. npm run seed:run

gaeguriproject's People

Contributors

song-eu avatar iknowahra 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.