Skip to content

Cardápio online realizado como projeto de faculdade.

Notifications You must be signed in to change notification settings

lopescode/qrcode-system-team7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Code System Team7 - Cardápio Online

Project developed for the discipline of Software Product: Analysis, Specification, Project & Implementation at Impacta Technology.

Project preview

Setup

  • Create a new .env file in the project server root

  • Inside set the following variables:

    DATABASE_URL="mysql://<user>:<password>@<host>:<port>/<database>?schema=<schema>"

Server

Installation

Before running the server, you need to install the dependencies in the server folder.

$ npm install

Running migrations

Before running the app, you need to run the migrations to create the database schema.

# development mode
$ npm run migrate:dev

# production mode
$ npm run migrate:prod

Web

Installation

Before running the app, you need to install the dependencies in the web folder.

$ npm install

Running the app

To run the app, you need to run following command inside the server folder:

# development mode
$ npm run start:dev

To run the app, you need to run following command inside the web folder:

# development mode
$ npm run dev

Tech Stack

The following tools were used in the construction of the project:

About

Cardápio online realizado como projeto de faculdade.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published