CMPE 273 DropBox Application
- Copy the github code from the project DropBox
- It has 2 main folders 273_dropbox_node_version - server version 273_dropbox_react_version - client version
- Install all the node modules separately for client and server.
- Run Server by command "nodemon app.js"
- Run Client by command "npm run start"
- Website will be automatically opened with registration page
- Schema File is present in 273_dropbox_node_version\public\Schema