Quick start boilerplate leveraging various recent technologies.
Open two terminals and follow the following commands:
Terminal 1 | Terminal 2 |
---|---|
cd backend | cd frontend |
yarn install | yarn install |
yarn dev | yarn start |
That's it you are up and running!
For more detailed documentation check the other readme:
Check out CONTRIBUTING.md as well as the project board on GitHub.
For this boilerplate Prisma2
is connecting to a SQLite
file in the following folder backend/prisma.
To access and explore this file you can use a Database Manager like TablePlus
which supports SQLite
.
You then just need to point to the file:
If you want to change the database to use you can simply update the datasource
in backend/prisma/schema.prisma.
Home:
Login:
Signup:
Dashboard: