Skip to content

FranciscaFigueiredo/Projeto-GratiBox-Back

 
 

Repository files navigation

GratiBox

GratiBox aims to encourage a healthier lifestyle, delivering a box with healthy and #gratitude products. There are two recurring subscription plans available, weekly or monthly. Each box contains assorted products such as teas, organic products, incense. Customers cannot choose the products and do not know what will be shipped in each box.

How to install and run on terminal

It is necessary to install node: https://nodejs.org/en/download/


- Clone repository

git clone https://github.com/FranciscaFigueiredo/Projeto-GratiBox-Back.git

- Install dependencies

npm i
or
npm install

- Start

npm start

- Prepare the backend and database

  • Use the gratibox.sql file to create the project database

  • Edit the .env.example file with the necessary data to connect to your bank.


Technologies

Node Badge ExpressJS Postgres Badge Jest Badge

Tooling:

ESLint husky

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 99.3%
  • Shell 0.7%