This repository was created to add Typescript a Express Project. The original project is available here. Additionaly in this project we stablish a standard response using the object orientation concept.
-GET
/status
-POST
/calcnumber
-POST
/checkmail
POST
/calcnumber
curl --location --request POST 'http://localhost:3000/calcnumber?number=100'
POST
/checkmail
curl --location --request POST 'http://localhost:3000/checkmail?email=examplE%40example.com'
npm install
npm run start:dev