Correspondence is a file sharing app, it allows users to upload files and view/download files from other users.
Web framework: Express.js
Database: MongoDB + GridFS library
Authentication: JWT
- Node.js
- MongoDB
After cloning the repository, install all the required npm dependencies
npm i
Then run the app and navigate to localhost:3000 on your browser
node server.js
To stop the app, use CTRL+C