my-pets-api

GraphQL server based on NodeJs to give back-end support a web client based on React

MIT License

Stars
3

Bot releases are hidden (Show)

my-pets-api - v0.2 Latest Release

Published by NicolasOmar almost 2 years ago

What's Changed

  • Bugfix
    • #18 | Main server page render error
  • Features
    • #1 | Add a new Pet
    • #11 | Add Pet Types
    • #13 | Add Colors
    • #17 | View created Pets
    • #22 | Get a Pet's Information
    • #23 | Update Pets information
    • #25 | Remove or disable a Pet
    • #27 | Create Widget to look created Pets and its composition

Full Changelog: https://github.com/NicolasOmar/my-pets-api/compare/0.1.0...0.2.0

my-pets-api - v0.1

Published by NicolasOmar over 3 years ago

What's Changed

  • Features
    • #5 | Create User
    • #6 | Login User
    • #7 | Logout User feature
    • #8 | Update Password
    • #9 | Update User Information
  • Technical improvements
    • Project initiated with Express, Mongoose and Apollo GraphQL
    • Static testing methodology implemented in each pre-commit using prettier, eslint, lint-staged and husky
    • Environment variables implemented
    • Project version updater implemented post-push (using husky)
    • Password encryption implemented with crypto-js
    • JWT token auth verification implemented

Full Changelog: https://github.com/NicolasOmar/my-pets-api/commits/0.1.0