API for handling temporary files using Express.js.
| Technology | Version | Purpose |
|---|---|---|
| Express.js | 5.1.0 | Web framework |
| Multer | 1.4.5 | File handling middleware |
| Joi | 17.13.3 | Data validation |
| node-cron | 3.0.0 | Task scheduling |
- ESLint: Code linting
- Prettier: Code formatting
- Available Scripts:
npm run dev: Starts the server in development mode with auto-reloaddocker-compose up: Starts all services defined in docker-composedocker-compose up --build: Rebuilds and starts services
- Clone the repository
- Install dependencies
- Copy .env.example to .env
- Start the server
- Clone the repository
- Build the image
docker-compose up --build -d - Run the container
- Fork the repository
- Create your feature branch
git checkout -b feature/NewFeature
- Make your changes and commit
git commit -m 'Add new feature' - Push to your branch
git push origin feature/NewFeature
- Create a Pull Request
If you find a bug, please report it in the issues section.
Jose Rafael Mata Milano
ISC