Skip to content

JoseLourenc0/projeto-mercado

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Market Project

A simple and collaborative market project.

Backend

  • Built using MySQL, Sequelize, Node and Express
  • To run backend you can just follow the steps bellow

First create a database named whatever you want, but set this name and another options on .env file (env_example shows how to insert the info), and then you can just copy and paste the following commands to install all dependencies and run all sequelize migrations and seeds:

npm install
npm run config

If you've faced some error running "npm run config", try to use sudo steatment.

Now to run your backend you can use:

npm start

Or the following for debug/development:

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published