A Nest JS backend APIs linked to an SQLite Database + Prisma2 that similate an ecommerce products
List of Apis :
- getAllCategories : get all categories list
- getAllProducts : get all products list :
- if hashed password passed (= user connected): return authentificated user products )
- If hashed password not passed = return public products.
- getProductsFromList : send list of products( products on chart for example )
- getUser : get user by Id
- logUser : Login user ( id + passord)
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
To read documentation: http://127.0.0.1:8080/
Nest is MIT licensed.