-
example of rest
-
example of graphQL
-
swagger
-
unit test
-
mongo as database
-
auth?
# example
http://localhost:3000/api-docs/
http://localhost:3000/pg
# npm
npm i
npm start # or npm run dev
# yarn
yarn
yarn start # or yarn dev
npm run build
mongodb://mongoadmin:secret@localhost:27017