NOTE: this projects requires python and pip installed on your system.
1. Create an application.
Create a new app on the Nylas dashboard. Navigate to "Hosted Authentication" > "Callback URIs" and add http://localhost:5000/oauth/exchange.
2. Clone this repo
git clone https://github.com/FelixCodeur/Folderfy.git3. Open backend
cd ./src/backend4. Update secrets
Rename the .env.sample file to .env (in /src/backend) and fill it with your secrets (more info in the file)
5. Install requirements
pip install -r requirements.txt6. Run
python main.pyOpen your browser on http://localhost:5000 and enjoy the project!