ComputerSocietyVITC / food-reservation-system

This is an API server which can be used by vendors to list their menu items and conduct business in a free flowing manner
0 stars 5 forks source link

initialized schema with prisma init #8

Closed RahulAhujatoo closed 1 year ago

RahulAhujatoo commented 1 year ago

The source code had no prisma schema to start with. New commit added schema.prisma to crreate new schemas like owner, buyer etc. in further addition.