conduit-api

API for Real World App project (Conduit) using Node.js + TS with Functional Programming

MIT License

Stars
180
conduit-api - v1.0.1 Latest Release

Published by fdaciuk almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/fdaciuk/conduit-api/compare/v1.0.0...v1.0.1

conduit-api - v1.0.0

Published by fdaciuk almost 3 years ago

What's Changed

Full Changelog: https://github.com/fdaciuk/conduit-api/compare/v0.1.21...v1.0.0

conduit-api - v0.1.21

Published by fdaciuk about 3 years ago

What's Changed

Full Changelog: https://github.com/fdaciuk/conduit-api/compare/v0.1.20...v0.1.21

conduit-api - Articles Feed

Published by fdaciuk about 3 years ago

What's Changed

Full Changelog: https://github.com/fdaciuk/conduit-api/compare/v0.1.19...v0.1.20

conduit-api - Favorite / unfavorite article

Published by fdaciuk about 3 years ago

What's Changed

Full Changelog: https://github.com/fdaciuk/conduit-api/compare/v0.1.18...v0.1.19

conduit-api - Filter articles by tag, author, limit and offset

Published by fdaciuk about 3 years ago

What's Changed

Full Changelog: https://github.com/fdaciuk/conduit-api/compare/v0.1.17...v0.1.18

conduit-api - v0.1.17

Published by fdaciuk about 3 years ago

What's Changed

Full Changelog: https://github.com/fdaciuk/conduit-api/compare/v0.1.16...v0.1.17

conduit-api - Prisma + Postgres \o/

Published by fdaciuk about 3 years ago

What's Changed

Full Changelog: https://github.com/fdaciuk/conduit-api/compare/v0.1.15...v0.1.16

conduit-api - v0.1.15

Published by fdaciuk about 3 years ago

What's Changed

Full Changelog: https://github.com/fdaciuk/conduit-api/compare/v0.1.14...v0.1.15

conduit-api - Postgres with Prisma and List all articles

Published by fdaciuk about 3 years ago

What's Changed

Full Changelog: https://github.com/fdaciuk/conduit-api/compare/v0.1.13...v0.1.14

conduit-api - Express and Fastify refactoring

Published by fdaciuk about 3 years ago

  • Fix type assertion for AuthorID
  • Express refactoring
  • Fastify refactoring
conduit-api - Unfollow user and get info about following

Published by fdaciuk about 3 years ago

  • Unfollow user feature
  • Get info about following an user when try to get a user profile
conduit-api - Feature: follow user

Published by fdaciuk about 3 years ago

  • Fix forbidden error code
  • Follow user feature
conduit-api - Feature: get profile

Published by fdaciuk about 3 years ago

  • Add get profile feature and fix slug
  • Create custom errors
conduit-api - Feature: update user

Published by fdaciuk about 3 years ago

  • Extract authMiddleware
  • Add update user feature
  • Abstract validate codec and use cases for user and article
conduit-api - Add CORS to Fastify

Published by fdaciuk about 3 years ago

conduit-api - Only improvements

Published by fdaciuk about 3 years ago

conduit-api - Fix response fields based on API tests

Published by fdaciuk about 3 years ago

conduit-api - Switch from Express to Fastify

Published by fdaciuk about 3 years ago

conduit-api - v0.1.3

Published by fdaciuk about 3 years ago

  • Hash password
  • Verify if user exists before register
  • Add CORS headers