GraphQL, NodeJS, Apollo-Express, MongoDB, Typegoose and Typescript
- User authorization and authentication with JWT
- Categories, Products and Users CRUD operations
- User and Products images upload to server and Cloundinary
"scripts": {
"start": "NODE_ENV=production node build/app.js",
"build": "tsc -p . && ncp schema build/schema",
"start:dev": "npm run build:dev",
"build:dev": "nodemon 'app.ts' --exec 'ts-node' app.ts -e ts,json,graphql"
},