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.
- Clone or fork this repository.
- Run
npm install
to install the dependencies. - Run
npm run dev
to start the development server. - Press Ctrl + C to stop the server.