Skip to content

weboson/Fullstack-Nest-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

Fullstack Nest-React

I'm learning fullstask from video (playlist):

https://www.youtube.com/playlist?list=PLkUJHNMBzmtQj5qvTCqn0uMXFDG4ENiwf


/ (home): image

/auth (Registration): image

/auth (Log in): image

/auth (authorized): image

/categories (GetAll): image

Delete and Patch: image

Modal window for Patch image

/transaction (Form, Table, Counter and Chart):

  • Create
  • Post
  • Get All
  • Delete
  • Counter sum
  • Chart
  • Pagination image

Stack--

Client: npm run dev

  1. React: "^18.2.0"
  2. Vite: "^4.4.5"
  3. Tailwind: "^3.3.3"
  4. React-router-dom: "^6.15.0"
  5. React-icons: "^4.10.1"
  6. Axios: "^1.5.0"
  7. React-toastify: "^9.1.3"
  8. Reduxjs/toolkit: "^1.9.5"
  9. React-paginate: "^8.2.0"
  10. Recharts: "^2.9.3"

Server: npm run start:dev

  1. Nest.js: 9.0.0
  2. PostgreSQL: 15.3
  3. TypeORM: 10.0.0
  4. Argon2: 0.31.0
  5. Class-validator: 0.14.0
  6. Passport: 0.6.0
  7. Guard:
  8. JWT (JSON Web Token)
  9. Typescript: 4.7.4

Running the app:

  1. frontend:
    • dir: \client
    $ npm run dev 
    
  2. backend:
    • dir: \server
    $ npm run start:dev (or "npx nest start --watch")
    

Tools

  1. Postman
  2. DBeaver
  3. Chrome
  4. pgAdmin4

Installation Nestjs

  1. npm install --global yarn
  2. yarn global add @nestjs/cli
  3. npx @nestjs/cli new Project

Running the app (watch mode)

  • npm run start:dev (or "npx nest start --watch")

Stay in touch

License

Nest is MIT licensed.

About

Learning basic full stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published