Mynance is an project used to learn Monorepos using Turborepo.
It contains an app + web (next js react) + node.js server.
Both app and web share components located on the package @mynance/shared-ui
- Have a postgresql server running locally or remote and change the .env (SERVER_DATABASE_URL)
- On the root of the project just run
yarnto install the packages - On
apps/serverrunnpx prisma db pushto initialize the db
To run the project it's just running the command yarn dev on the root.
yarn dev- to run locally the appsyarn build- to build the appsyarn pod install- to install ios pods