Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 460 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 460 Bytes

fragments

Fragments is a cloud-based microservice that handles "fragments" of various data types (text, image, etc.)

How to use the scripts run the server

  1. To make sure the code is consistent and avoid any bugs, use npm run lint

  2. To run the server normally, use npm start

  3. To run the server in dev mode via nodemon (automatically restarting the server on changes), use npm run dev

  4. To run the server in debug mode, use npm run debug