Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 999 Bytes

README.md

File metadata and controls

58 lines (44 loc) · 999 Bytes

Server Base - Proyecto ONG

Envinroment setup

  1. Create database
  2. Copy .env.example to .env and fill with database credentials.

To install dependencies, run

npm install
  1. Migrations:
npx sequelize-cli db:migrate
  1. Seeders:
npx sequelize-cli db:seed:all

Start local server

npm start

Test users

pass: Test1234