Wiredcraft / test-fullstack

6 stars 43 forks source link

Submission from HarryShu #64

Closed GGBond1989 closed 2 years ago

GGBond1989 commented 2 years ago

Hello!

This is the submission for Lightning Talks Poll app from harryshu.

Some Note And Tips

  1. Please install the dependences by yarn , because npm has a bug to install private local package dependences.

  2. App use a in memory sqlite database to store data.

  3. The module in packages is not third package, it's created by myself.

    To Run App

  4. Start the server (service layer) : yarn install && yarn start

  5. Start the web (web layer): yarn install && yarn dev

  6. Start the client (web front): yarn install && yarn dev

Feel free to contact me if you have any question !

Thanks !