Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CacheTP

Simple in-memory FTP server, used for acting as a frontend for stricly file uploads.

Features

  • In-memory file storage (no disk writes)
  • Customer isolation
  • CSV file validation
  • Size limits
  • Upload tracking in database

Installation

  1. Clone the repository
  2. Install dependencies:
npm install
  1. Set up your environment variables:
cp .env.example .env

Fill in the environment variables in .env.

  1. Initialize the database:
npx prisma migrate dev

Development

Start the development server:

npm run dev

Production

Build and start the production server:

npm run build
npm start

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages