https://github.com/nishalnt/filenexa-backend
https://github.com/nishalnt/filenexa-backend
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nishalnt/filenexa-backend
- Owner: NishalNT
- Created: 2024-05-22T13:23:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-29T03:52:00.000Z (11 months ago)
- Last Synced: 2025-01-10T00:18:06.257Z (5 months ago)
- Language: JavaScript
- Size: 643 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FileShare
# Clone
Clone the repo by the command```bash
https://github.com/NishalNT/FileNexa-Backend.git
```
# Steps to run1. Clone the Repo
2. Add a `.env` file with the following contents
```MONGODB_CONNECTION_URL = "Your mongodb link"
APP_BASE_URL = http://localhost:4000
SMTP_HOST =
SMTP_PORT = 587
MAIL_USER = brevo login id
MAIL_PASSWORD =
ALLOWED_CLIENTS = http://localhost:3000```
3. Run the command in terminal
```bashyarn dev
```
4. You may test the link in any API client