Rectop backend
cp .env.sample .env # change values after copying
npm i
npm run dev
npm run build
npm start
GET /api/atms # get initial ATMs
POST /api/atms/recommend # get recommended ATMs
POST /api/transactions/ # create transaction
POST /api/transactions/withdraw # withdraw money from ATM
GET /api/users/balance # get user balance
- Node.js, TypeScript, Express, MongoDB