yeetcode is a clone of leetcode (https://leetcode.com/) created for the sake of learning.
- docker
- start postgres database:
docker compose up
- assuming you're using IntelliJ build and start the application
Endpoint | Security |
---|---|
/GET problems | no |
/POST problem | yes (ADMIN) |
/DELETE problem/{id} | yes (ADMIN) |