WhiteKiwi / papyrus-api

Papyrus 프로젝트의 API Server 입니다

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

papyrus-api

The API Server for Papyrus services.

Tech Stack

Backend

  • Node.js
  • Express - Applied RC(Repository Controller) Pattern

DB

  • MySQL

Error Tracking

Logger

Test

  • mocha
  • chai
  • shoud
  • super

Lint

CI/CD

  • Github Actions
  • Heroku

API Documents

Postman Docs

Run in local environment

1. Clone repository

git clone https://github.com/whitekiwi/papyrus-api

2. Install modules

npm install

3. Set Environment Variables

Copy .env.sample and set environment variables 

4. Run

npm start

About

Papyrus 프로젝트의 API Server 입니다


Languages

Language:JavaScript 100.0%