Otlio is an open source project of web app built with MERN Stack (MongoDB, Express, React, Node JS).
If you find this project useful, leave a 🌟 to keep a beginner motivated 😊.
- Support for Google and GitHub OAuth 🚀 Login
- Support for 2FA (Two Factor Authentication) 🔑
- Support for Drag and Drop Feature ✊
- Heavy focus on security 🔐
- Customer Support 🙌
- Available in Dark Mode 🌓
- Install Visual Studio Code, NodeJS, and Nodemon
- Clone the repository and configure the
.env
files located inserver
folder in VSCode - Open Terminal and type
npm i
inclient
andserver
folder to install all missing dependencies - To run the app:
- Client:
npm start
- Server:
nodemon
- Client:
Before that, we would like to say thank you for your willing to contribute to Otlio! Please take a minute to read contributing guide. Have an idea, found a bug or an issues? Please visit here.