Skip to content

Latest commit

 

History

History
56 lines (46 loc) · 1.86 KB

README.md

File metadata and controls

56 lines (46 loc) · 1.86 KB

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