The project is deployed on AWS S3 Static Website Hosting:
🌐 http://slotify-v1.s3-website.eu-north-1.amazonaws.com/
Slotify Server is a backend infrastructure project designed to manage API communication, authentication, and server-side logic for the Slotify platform.
The server provides scalable backend functionality and acts as the core communication layer between clients and services.
The project is deployed using AWS S3 Static Website Hosting.
- Cloud hosting via AWS
- Static website hosting
- Public access configuration
- Scalable cloud infrastructure
- Fast deployment and accessibility
- REST API architecture
- Authentication system
- Database integration
- Client-server communication
- Secure request handling
- Modular backend structure
- Scalable server-side infrastructure
- Node.js
- Express.js
- JavaScript
- JWT Authentication
- AWS S3
- AWS Cloud Infrastructure
Clone the repository:
git clone https://github.com/Maxcer222/slotify-server.gitInstall dependencies:
npm installStart development server:
npm run devStart production server:
npm startGET /api/users
POST /api/auth/login- AWS S3 Static Hosting
- Node.js
- Express.js
- AWS Cloud Services
slotify-server/
│
├── routes/
├── controllers/
├── middleware/
├── config/
├── models/
├── server.js
├── package.json
└── README.md
This project is intended for educational and development purposes only.
- Docker deployment
- WebSocket support
- Advanced authentication
- Database optimization
- CloudFront integration
- HTTPS support
- CI/CD pipeline
This project is licensed under the MIT License.
Developed by Maxcer222