/Simple-restaurant-management

Simple restaurant system with dynamic menu and system to notify when order is ready. Study project project

Primary LanguageJavaScript

web-2

project for college - web 2

pelo terminal, entrar na pasta client e rodar npm i npm run dev

em outro terminal entrar na pasta server e rodar npm i npm start

DB: DDL estão no arquivo server/config/dbraw

conexão: host: 127.0.0.1 database: web2 port: 5432 username: postgres password: postgres