Skip to content

zayrarepositor/OT267-server

 
 

Repository files navigation

Server Base - Proyecto ONG

💻 It is a NodeJS grupal project for Alkemy developing website backend.

  • Database creation (mySql)
  • API rest building (Express and Sequelize)
  • Functionalities: register, login, mailing, Amazon S3 store, Mercado SDK
  • Documentation: Swagger
  • Testing: Mocha-Chai
  • Organization: SCRUM
  • Managment soft: Jira

Envinroment setup

Create a db called ong, install dependencies, execute migrations, seeders and start local server

npm install
npx sequelize-cli db:migrate
npx sequelize-cli db:seed:all
npm start

It will be deployed soon!

Contributors contact info

Snips

Project Structure

imagen

Documentation

imagen

Some endpoints

imagen

testimony getAll 2

Testing

testimonies get

Mercado Pago payment

donation 2-approved

  • Test User

    "id": 46, "firstName": "AdminUser", "lastName": "lastName", "email": "myAdminUser@gmail.com", "password": "$2b$10$pXJOYoCjLNSqPURL8.qxLe/rQVIXItYPbsdoMmMe2FuMX7Z/PeOxK", "image": "http://adminUserImage.jpg", "roleId": 1,

Good Life! ( ͡~ ͜ʖ ͡°)

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.1%
  • Other 0.9%