- Start the app with
npm run dev
- Authenticate the user by making a POST request to the login endpoint with the correct credentials
- After the user is authenticated it can do CRUD operations but not delete another user's post
- Check the exercises about more details https://fullstackopen.com/en/part4/token_authentication#exercises-4-15-4-22
This serves as the backend for bloglist-frontend
Execute npm run start:test
to run it with Cypress