Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 258 Bytes

File metadata and controls

15 lines (12 loc) · 258 Bytes

Introduction

This is a boilerplate code for a simple artifact card repo module. This consists of:

  1. Simple server app
  2. Access to a MYSQL database

How to use

  1. Run the following:

    > npm install
    > npm run dev
    

    and you're good!