-
yarn install
-
yarn build
-
yarn start
Note: I am running MYSQL Server locally with the credentials set in my .env
file (.env-example file for reference)
After running the above commands, you should see the modules inside of the modules folder being loaded and their init functions being executed.
You should now have a database created if it wasn't already and the User
entity will be registerd as a new table