- Adding support for query parameters
page
andpageSize
- Made run instructions clearer
- Adding support for new resource creation
/<resource>/new
- Test added to ensure no new resource is created with
/<resource>/new
if resource already exist
- Adding CORS, all requests are CORS enabled
- Adding ESLint
- Adding CI with Azure Devops
- Added ability to sort.
- Static file hosting, use
--static
to specify what directory, otherwise root is used.
- Auto start browser at
http://localhost:<selected port>/info
.
- Hot reload, you can now edit the db file and the server will restart by itself.