Skip to content

Nidhi2402/Dropbox-prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dropbox-prototype

It is a simple Dropbox replica. It uses NodeJS, ExpressJS, ReactJS & MySQL.

Git Repository

 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.

Commands

1. Run the Server

cd server
npm install
npm run start
  • Note :
    • Server started @ 'localhost:8000'.
    • Make sure 'mysql' is running on your machine.
2. Run the Client - localhost:3000
```
cd client
npm install
npm run start
```
  • Note :
    • Client started @ 'localhost:3000'.

About

Small and simple Dropbox application replica

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors