Skip to content

enigmatic241/College_feedback_service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

College_feedback_service

Set up the database

cd db

start mysql in terminal

mysql -u USERNAME -p
source fb_ddl.sql;

source fb_dml.sql;

Set up the server

cd fbServer

npm install

npm start

Start the client

cd fbClient

npm install

npm run dev

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors