Schema

  • Sign In / Sign Up / Sign Out
  • Homepage or subscription
  • Deliver Review
  • Plans

Technologies

MyWallet Model Outline

Users

  • Attributes
    • Name
    • Email
    • Password

Plans

  • Attributes
    • Monthly
      • Day 1
      • Day 10
      • Day 20
    • Weekly
      • Monday
      • Wednesday
      • Friday

products

  • Attributes
    • name
      • Chás
      • Incensos
      • Produtos orgânicos

Address

  • Attributes
    • name
    • Street
    • Zip code
    • City
    • State

Getting Started

This project was designed with node.js and express. To run this project in your personal computer, make sure to run npm i first. And, if you want to make a better management of scripts, I advise you to run npm i ntl, since it gives you the control to choose witch script to run the scripts withou the need to decorate each of them.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the production environment.

npm start:dev

Runs the app in the development environment.

npm start:test

Runs the app in the test menvironmentode. This was created just for testing proposes.

npm test

Runs the app in the test mode with jest.

**You will also see any lint errors in the console.

Developers

  • Calil Silva