Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 307 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 307 Bytes

Snir's file upload server

This is the backend server for Snir's file upload.

Demo

You can find a demo at: https://snirs-file-upload.netlify.com/

Running the application

  1. Run npm install
  2. Copy .env.example and edit accordingly
  3. Run migrations adonis migration:run
  4. Run adonis serve