Skip to content

shaikhsajid1111/file-sharing-application

Repository files navigation

Filereal

Filereal is an application that lets you share up to 10 files per 30 minutes anonymously.

Installation:

Server setup:

  • Open terminal in project directory
  • Install dependecies using command npm install or yarn install
  • create .env file on project directory and inside the same file write these variables,
    PORT=3500
    APP_BASE_URL=http://localhost:3500
    MONGO_URL=mongodb://[username:password@]host1[:port1][,...hostN[:portN]][/[defaultauthdb][?options]]
    
  • At the same level of directory, start the server using the command npm start or nodemon.

  • Client setup:

  • Now, to run the client, open client/ directory in terminal.
  • Install dependecies using command npm install or yarn install.
  • create .env file in client/ directory and inside the same file write these variables,
    REACT_APP_API_BASE_URL=http://localhost:3500 
    
  • Inside the the same client/ directory, start the client application with the command npm start and open http://localhost:3000 to view it in your browser.

  • Tech

  • Express
  • Mongoose
  • Multer
  • UUID
  • React
  • Bootstrap

  • Screenshot



    Credits

  • Background Image used in this application belongs to Yuki-Neh
  • Favicon used in this application belongs to Font-Awesome

  • LICENSE

    MIT

    About

    Filereal is an application that lets you share up to 10 files per 30 minutes anonymously.

    Topics

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published