#NODE MONGO PROJECT 5
In this challenge, I will design and create a web authenticated API using Typescript to manage the following resources: Users
- Setup express app
- Setup routing
- Setup mongoose
- Setup Config file
- Setup User model using mongoose
- Setup Authentication middleware
- Setup routers for GET, POST, PATCH, DELETE
- Test Work
- Setup config to hide certain variables