Track expense and income, by automatically fetching and extracting information from gmail inbox.
- Node.js
- npm
- MongoDB Atlas account
- Clone the repository:
git clone https://github.com/sahanmndl/ETT-Backend.git
- Navigate to the project directory:
cd BackendServer
- Install dependencies:
npm install
- Go to MongoDB Atlas, and create a new database in a project
- Create a
.env
file in the root directory and add the following environment variables:
MONGODB_URL_PROD =
PORT =
JWT_SECRET_KEY =
JWT_EXPIRY_DURATION =
To start the server: nodemon index.js