Andrew Mead - The Complete Node.js Developer Course
This is the Task Manager API application featured in Andrew Mead's Node.js Developer Course, but in Typescript
The app is in a working state BUT
- I have used
// @ts-ignore
in 2 places insrc/models/user.ts
- There are some type
any
s used in various places, need help removing all of them
- Create a
./config/dev.env
file with the following variables
- PORT
- SENDGRID_API_KEY
- MONGODB_URL
- JWT_SECRET
npm install
followed bynpm run dev
should get you up and running