Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saravanasai/petkido-backend
The high scalable architecture design on node for idea pet social media
https://github.com/saravanasai/petkido-backend
Last synced: about 1 month ago
JSON representation
The high scalable architecture design on node for idea pet social media
- Host: GitHub
- URL: https://github.com/saravanasai/petkido-backend
- Owner: saravanasai
- Created: 2024-05-14T14:34:27.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-16T17:43:37.000Z (9 months ago)
- Last Synced: 2024-11-11T23:42:28.145Z (3 months ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Petkido backend
A backend service for new gen social media for pet lovers
## Setup
Clone the project
```bash
git clone https://github.com/saravanasai/petkido-backend.git
```Go to the project directory
```bash
cd petkido-backend
```
Rename .env.example - .env```bash
# App configuration
APP_MODE=local
APP_PORT=8000
MONGODB_URI=mongodb://mongodb:27017/
MONGODB_NAME=petkido# Cros origin
CORS_ORIGIN=*# Mail configuration
MAILTRAP_SMTP_HOST=
MAILTRAP_SMTP_PORT=
MAILTRAP_SMTP_USER=
MAILTRAP_SMTP_PASS=#AWS Cognito
USER_POOL_ID=
CLIENT_ID=```
Install docker & start docker engine
```bash
docker compse up -d
```Hit health check API
```bash
http://localhost:8000/api/v1/healthcheck
```## Authors
- [@Saravana Sai](https://github.com/saravanasai)