Fragments is a cloud-based microservice for working with small pieces of text, JSON data, and images.
npm install
npm run lint
- Running the server normally:
npm start
npm run start
- Running the server via nodemon (automatically watches for changes and restarts the server whenever something is updated):
// For basic use:
npm run dev
// For debugging:
npm run debug