Contrail is a file storage and sharing application. Created using
- React
- Node + Express
- Firebase
- File sharing
- File Storage
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"