An open API service indexing awesome lists of open source software.

https://github.com/shaikhsajid1111/file-sharing-application

Filereal is an application that lets you share up to 10 files per 30 minutes anonymously.
https://github.com/shaikhsajid1111/file-sharing-application

api bootstrap express expressjs file-sharing javascript mongodb nodejs reactjs

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

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