Skip to content

arcanjotiago/express-with-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

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.

Endpoints

-GET /status
-POST /calcnumber
-POST /checkmail

Requisition examples

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'

Installation

npm install

Running the app

Development

npm run start:dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published