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: 2 months ago
JSON representation
Filereal is an application that lets you share up to 10 files per 30 minutes anonymously.
- Host: GitHub
- URL: https://github.com/shaikhsajid1111/file-sharing-application
- Owner: shaikhsajid1111
- License: mit
- Created: 2021-04-19T03:45:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T06:43:36.000Z (over 4 years ago)
- Last Synced: 2025-03-03T22:08:57.211Z (over 1 year ago)
- Topics: api, bootstrap, express, expressjs, file-sharing, javascript, mongodb, nodejs, reactjs
- Language: JavaScript
- Homepage:
- Size: 421 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
npm install or yarn install .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]]
npm start or nodemon. Client setup:
client/ directory in terminal.npm install or yarn install..env file in client/ directory and inside the same file write these variables,
REACT_APP_API_BASE_URL=http://localhost:3500
client/ directory, start the client application with the command npm start and open http://localhost:3000 to view it in your browser.Tech
Screenshot
Credits
Background Image used in this application belongs to Yuki-Neh
LICENSE
MIT