Skip to content

ThomiWidescreen/card-app-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Card App 🎴🃏

Simple card app created with Typescript Stack

Features

  • Mutiple Routes for each action.
  • Local Backend Database
  • You can View, Create, Update, Delete simple cards.

Stack

Front End

  • React ⚛
  • React Router DOM 🔀
  • Tailwind CSS 🐦

Back End

  • Fastify 🚀
  • Prisma ORM 🅿
  • SQLite ▪

Deploy

The front end works in port 3000 and the backend works in the port 3001.

Back End

npm install

npm run prisma-setup

npm run start

Front End

npm install

npm run dev

To deploy a final build with static files:

npm run build

cd ./dist

npx serve -p 3000 -s

About

Simple card app with React, Fastify and SQLite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published