Skip to content

🏁 Concluded. Firmware version management application. Connects to the AWS S3 to store the shipped firmware.

Notifications You must be signed in to change notification settings

ErnandesAJr/firmwarecontrol-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’‚β€β™‚οΈ Firmware Project - Backend

Node.js application server for firmware upload Project made to be the backend of Firmware-Frontend.

πŸ‘Ύ Setup for development

# change the urls into .env file
Create the file .env at the root of the project and set the following properties as you need:

# NODE_ENV is the enviroment variable to project context, should be 'local'
STORAGE_TYPE=local

# PORT has to be the URL where this server runs
PORT=

# Variables to configure POSTGRESS database
POSTGRES_USER=
POSTGRES_PASSWORD=
POSTGRES_DB=
POSTGRES_HOST=

πŸ”­ Setup for production

# STORAGE_TYPE is the enviroment variable to project context, should be 's3'
STORAGE_TYPE=s3

AWS_BUCKET_NAME=
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=

NODE_ENV=production

DATABASE_URL=

πŸš€ Install dependencies

npm install

🌠 Serve the application

npm start

About

🏁 Concluded. Firmware version management application. Connects to the AWS S3 to store the shipped firmware.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published