Skip to content

Zaniuk/ONG-API

 
 

Repository files navigation

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: Running all seeders
npx sequelize-cli db:seed:all

Populate with users only:

npm run db:seed:standard-users

Or:

npm run db:seed:admin-users

Start local server

npm start

About

ONG-JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.3%
  • Other 0.7%