Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fasunle/tenatica
- Owner: Fasunle
- Created: 2022-11-02T16:26:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T13:11:07.000Z (about 2 years ago)
- Last Synced: 2023-03-05T13:23:53.927Z (almost 2 years ago)
- Language: TypeScript
- Size: 397 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)`