My first implementation of Deno runtime environment for JavaScript and TypeScript. Writing APIs with Deno.
- Oak
- dotenv
- Mongodb
- Change the .env file in the root directory to suite your database
- METHOD : GET
- RESPONSE - All users records
- METHOD: GET
- RESPONSE - Single user record
- METHOD: PUT
- RESPONSE - Update Single user record
- METHOD: DELETE
- RESPONSE - Delete Single user record