/basicao-express

Projeto iniciante para quem está estudando NodeJS e Express.

Primary LanguageJavaScript

Basicão sobre Express, Rotas e Config

Um esqueleto básico sobre Express e suas rotas. Bom para relembrar ou estudar.

Rotas


Padrão

GET '/'

Stories

GET '/stories'

GET '/stories/devices'

GET '/stories/about'

GET '/stories/queryparams'

GET '/stories/location/:nome?'

GET '/stories/:id/:nome'


Disponível:

https://basicao-express.herokuapp.com/