sararchh / filesCloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cover-alt

# Node API REST - Toxicological Report

About

File upload application using AWS S3.

Created using ReactJS and NodeJS

How to run for development

  1. Clone this repository
git clone https://github.com/sararchh/filesCloud.git
  1. Install all dependencies
npm i
  1. Configure the .env.development or .env. file using the .env.example file
PORT=4000
NODE_ENV=development

TZ=America/Sao_Paulo

JWT_SECRET=
JWT_REFRESH_SECRET=

DB_PORT=3306

DB_HOST=
DB_NAME=
DB_USER=
DB_PASS=

#AWS-bucket
ID_BUCKET=
SECRET_BUCKET=
NAME_BUCKET=
URL_BUCKET=

Building and starting for production or development

npm run  build
npm start
npm run  build
npm dev

Routes

http://localhost:4000/docs

Made with 💜 by Sara Rocha

About


Languages

Language:JavaScript 87.4%Language:CSS 12.3%Language:HTML 0.3%