Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.04 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.04 KB

Note

This is a T3 Stack project bootstrapped with create-t3-app.

Screenshot: ./docs/

What's next? How do I make an app with this?

This is a simple flea market application using the T3 stack. The technologies used here are the following:

Prototyping

I did a quick prototyping using excalidraw how the app should be looking. These are the results:

./docs/

The template will be implemented using tailwind and designed properly.

Installing

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.

Starting the application

Start the application using npm run dev.