Skip to content

a29paul/Contrail-Web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contrail

Contrail is a file storage and sharing application. Created using

  • React
  • Node + Express
  • Firebase

Features

  • File sharing
  • File Storage

Development

Contrail-Web
│   README.md
|   .gitignore 
│   package.json
│   server.js
└───main
    │   App.js
    │   index.js
    └──css
    └──components
       │   auth.js
       │    files.js
       │   ...

Want to contribute? Great!

Open your favorite Terminal and run these commands.

Start server

$ npm install
$ npm start

Start React app

$ cd main
$ npm install
$ npm start

Or...even better

$ npm i

Firebase Admin Authentication: (Windows - PowerShell)

$env:GOOGLE_APPLICATION_CREDENTIALS="C:\Users\David\Downloads\contrail-db-firebase-adminsdk-vg7u5-ede343fcb6.json"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.6%
  • TypeScript 32.0%
  • HTML 11.6%
  • CSS 6.8%