Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Market Inventory Tracker

I've built this basic inventory tracker application to comprehend Prisma ORM and Vue.js.

How to run

# configure .env file in the server folder and paste your MySQL url

# locate server folder
cd server

# install dependencies
npm install

# Generate prisma client 👇
npx prisma generate

# use Prisma Migrate to create the tables in your database. 
npx prisma migrate dev --name init 

# run server
npm run serve

And then follow the instructions in the client folder's README to serve Vue.js App



Screenshots 👇

new product added

Buy product already exists

Kategoriler

Edit Page

Sell Product

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages