- POST http://localhost:8080/auth/login
- PUT http://localhost:8080/auth/signup
- PATCH http://localhost:8080/auth/status
- GET http://localhost:8080/auth/status
- GET: http://localhost:8080/feed/posts
- GET http://localhost:8080/feed/post/{postId}
- POST http://localhost:8080/feed/post
- Mocha for running the tests
- Chai for Asserting the results
- Sinon for managing side effects and external dependencies