Skip to content

vahpetr/cra-sharp

Repository files navigation

create-react-core

Example project on asp net core 2.2, react(create react app + styled components + antd), postgres, redis, docker. I think in real application, you need to use Identity and a separate frontend project, do not public sourcemap, and not divide the frontend into two independent parts.

How run

  1. Setup .env file (in real app this file must be ignore)
  2. docker-compose up --build
  3. open http://localhost:5000

TODO

  1. Enable auto reconnect on redis
  2. Add unit tests
  3. Add e2e tests
  4. Add swagger
  5. Add logging with ElasticSearch, Kibana

Docs

  1. Other test information