issues
search
osu-capstone-cs72
/
cs-applied-plan-portal
A portal that streamlines the planning process for OSU CS Applied students and advisors
https://applied-plan-portal.herokuapp.com
MIT License
2
stars
5
forks
source link
Refactor API server's code
#41
Closed
philectron
closed
4 years ago
philectron
commented
4 years ago
Add the author and contributors to
package.json
Move
role.js
and
type.js
to an
entities
folder
Rename
utils
to
services
and organize files inside into different services
Move database initialization script to the same place as the
mysqlPool
service
package.json
role.js
andtype.js
to anentities
folderutils
toservices
and organize files inside into different servicesmysqlPool
service