Created own RESTful API, successful in executing Get,Post,Put,Delete methods
- Run mongosh and mongod on separate terminal.
- Run studio3t/robo3t to create a database, or you can do this with terminal.
- Run postman to send different requests.
- Test them at http://localhost:3000/ and all the different routes.