CoolFace
Apppublic

sNp-tech/backend

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
README.md24 linesDownload Raw Back to root
1---2title: SnP Backend3emoji: ๐Ÿš€4colorFrom: blue5colorTo: indigo6sdk: docker7app_port: 78608pinned: false9---10 11# SnP Application Backend12 13This space hosts the Spring Boot backend for the SnP Application.14 15## Configuration16- **SDK**: Docker17- **Port**: 7860 (Standard HF Space port)18- **Database**: Requires connectionstring to MongoDB Atlas (set via environment variables in Space Settings).19 20## Environment Variables21Set these secrets in your Space settings:22- `MONGO_URI`: Your MongoDB connection string23- `JWT_SECRET`: Secret key for JWT tokens24