Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 887 Bytes

README.md

File metadata and controls

41 lines (34 loc) · 887 Bytes

DNRRM Prototype

Docker - Nest - React - Redux - MongoDB

How to start:

Dev:

docker-compose up -d

url: localhost:8080

Prod:

docker-compose up -d -f docker-compose.prod.yml

Gools:

  • (/) create docker environment for development
  • (/) create docker environment for production
  • (/) create node.js server
  • (/) connect MongoDB
  • (/) create React FE app
  • (/) connect Bootstrap with SCSS
  • (/) create some FE routes
  • (/) simple BE API for Users and Products
  • (/) build the login form
  • (/) create JWT authentication
  • (/) connect Redux
  • build admin layout
  • build dashboard view
  • build table view
  • build form view
  • create authentication by Google
  • progressive app

Links