An open API service indexing awesome lists of open source software.

https://github.com/nishalnt/filenexa-backend


https://github.com/nishalnt/filenexa-backend

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# FileShare

# Clone
Clone the repo by the command

```bash

https://github.com/NishalNT/FileNexa-Backend.git

```
# Steps to run

1. 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
```bash

yarn dev

```

4. You may test the link in any API client