Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fasunle/tenatica

A file sharing application
https://github.com/fasunle/tenatica

Last synced: 2 days ago
JSON representation

A file sharing application

Awesome Lists containing this project

README

        

# Tenatica File Sharing API

This is a file sharing backend application.

## Getting started

You should have [nodejs](https://nodejs.org/en/) installed on your machine.

> The following environment variables are required to start the server:

- PORT (default to 5000)
- FIREBASE_DATABASE_URL
- FIREBASE_PRIVATE_KEY
- FIREBASE_PROJECT_ID
- FIREBASE_CLIENT_EMAIL
- FIREBASE_STORAGE_BUCKET_URL

## Start the server

In development mode:

```bash
yarn start:dev
```

In production mode:

```bash
yarn start
```

If all good, you would see `Server started on port 5000 (default)`