using typescript & material components for react
-
To install all node dependencies included in
package.json
npm run i
-
Configure PostgreSQL connection string in
.env
-
Run Prisma commands to handle DB staff
prisma migrate dev
&&prisma generate
If you face any troubles while running above prisma's commands, just install prisma globally via:
npm i -g prisma
-
Run
npm run dev
and enjoy my majesty -
Take into account the fact, that the
navigation bar
is currently disabled due to make it work much better in the future 👍👍. In order to visit my stunningregistration form
you have to manually visit/register
route.