Skip to content

Files

Latest commit

 

History

History
18 lines (11 loc) · 709 Bytes

readme.md

File metadata and controls

18 lines (11 loc) · 709 Bytes

Module Loader

Startup

  1. yarn install

  2. yarn build

  3. yarn start

Note: I am running MYSQL Server locally with the credentials set in my .env file (.env-example file for reference)

Output

After running the above commands, you should see the modules inside of the modules folder being loaded and their init functions being executed.

image

You should now have a database created if it wasn't already and the User entity will be registerd as a new table

image