/hub

Primary LanguageJavaScript

hub

A simple CRUD app where you can add a company, add many hubs under a company and see hubs under any company.

Tech stack used

  • ExpressJs
  • ReactJs
  • PostgreSQL
  • Docker

How To Run

Using Docker -

git clone https://github.com/mdnurahmed/hub
cd hub
docker-compose up 

Then go to localhost:3001 in the browser .

To stop docker containers -

docker-compose down

TODO

  • Express Unit Tests
  • React Unit Tests
  • Dependecy Injection with something like awilix