Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 447 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 447 Bytes

Snippets API

This is a sample solution for the Snippets API project (back-end module, week 1). To keep it as simple as possible, it does not include any constraint validation or error handling. The query string filtering is also case-sensitive.

  1. Clone or fork this repository.
  2. Run npm install to install the dependencies.
  3. Run npm run dev to start the development server.
  4. Press Ctrl + C to stop the server.