- This is a simpli store api, that I Build to learn about Designe Patterns S.O.L.I.D
- Register
- Login
- User Profile
- Add Product
- List product by user
- Delete product
- Update product
- JWT
- Postgres
- Typeorm
- Tyscript
- Docker
- tsyringe
- S.O.L.ID
- Singliton
- Run
npm install
.
Wait for the build process to complete
- Run
npm run dev
to start the api server
- Build manually
$ npm start
Or
- Build with Docker Compose
$ docker-compose build
$ docker-compose up