Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 904 Bytes

File metadata and controls

21 lines (12 loc) · 904 Bytes

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

use following commands to clone database to your system psql -U postgres -h localhost -c "CREATE DATABASE specselect;"

pg_restore -U postgres -h localhost -d specselect -v ./backend/backup/specselect_backup.dump

use following commands to clone database to your system psql -U postgres -h localhost -c "CREATE DATABASE specselect;" pg_restore -U postgres -h localhost -d specselect -v ./bakcend/backup/specselect_backup.dump