It is a simple Dropbox replica. It uses NodeJS, ExpressJS, ReactJS & MySQL.
git clone https://github.com/Nidhi2402/dropbox-prototype.git
Note : Please make sure your MySQL is running and has a database named 'dropbox-prototype'. Also npm3 is required to install dependencies properly.
cd server
npm install
npm run start
- Note :
- Server started @ 'localhost:8000'.
- Make sure 'mysql' is running on your machine.
```
cd client
npm install
npm run start
```
- Note :
- Client started @ 'localhost:3000'.