/archive.deal1-api

E-commerce backend created while learning about nodejs and ethereum.

Primary LanguageTypeScript

Docker for deployment to heroku and same plateform for development. Nodemon for hot reloading Typescript with relative paths

Koa for HTTP endpoints (probably for third party auth, dont know yet) GraphQL for the majority of requests, apollo-server, explains the schemas and resolver structure + middlewares (auth, validation)

Organisation en schema (typesDefs et schems) / managers for logic to get data middleware for validation of arguments

Add createdat in entities automatically Import @... Validation of mutations Make Readmes

Explain authentication JWT with user roles ?

How to use the playground with login ? Set the 'request.credentials' to 'same-origin'