This project is to demo the PANNG tech stack which consists of:
- How to structure Nx Workspace pt1
- How to structure Nx Workspace pt2
- How to structure Nx Workspace pt3
- TailwindCSS
- NGRX Component Store
- Apollo Client
- ...and some other technologies on the backend like:
JWT
,passport
,bcrypt
etc...
- Clone the repo
- Run
npm install
- Run
docker-compose up
(to get PostgresDB started) - Run
npm run start -- api
(for API) - Run
npm run start
(for Frontend) - Go to
localhost:4200
MIT