This is a T3 Stack project bootstrapped with create-t3-app
.
This is a simple flea market application using the T3 stack. The technologies used here are the following:
I did a quick prototyping using excalidraw how the app should be looking. These are the results:
The template will be implemented using tailwind and designed properly.
Install the packages using the command npm install
. After that, you should create the database schema using npx prisma db push
. This creates an .sqlite-Database file you can work with. If you wish, you can install it to other Databases such as PostgreSQL.
Start the application using npm run dev
.