Giter Site home page Giter Site logo

forum-api's Introduction

Hey there!

ghosts

  • Software developer. Really into GNU/Linux.
  • Currently interested in peer-to-peer distributed systems and networking.
  • I love to read (specially gothy stuff.) I rarely do it, though ๐Ÿ˜‚
  • I also like to blog sporadically and look at pretty pictures.
  • Contact me at yasminledesma [at] proton.me


Latest blog posts

forum-api's People

Contributors

yasledesma avatar

Watchers

 avatar

forum-api's Issues

Dockerize local environment

Create Dockerfile definition for local environment, and automate all Makefiles commands through the Docker virtual environment.

Create tests

NOTE: Move reused stuff to a test utilities package.

  • "api/posts/" GET success!

  • "api/posts/" POST success!
  • "api/posts/" POST fucked up body, error
  • "api/posts/" POST lacks some prop, bad request, should tell user what to do
  • "api/posts/" POST has unknown props, bad request, should do nothing.

  • "api/posts/:id" GET success!
  • "api/posts/:id" GET non-existent id

  • "api/posts/:id" DELETE success!
  • "api/posts/:id" DELETE non-existent id
  • "api/posts/:id" DELETE post alongside comments

  • "api/posts/:id/comments" GET success!
  • "api/posts/:id/comments" GET non-existent id
  • "api/posts/:id/comments" GET post with no comments
  • "api/posts/:id/comments" GET comments from non-existing post (should be disable)

  • "api/posts/:id/comments" POST success!
  • "api/posts/:id/comments" POST non-existent id (add correct error message for this one)

  • "api/posts/:id/comments/:id" POST success!
  • "api/posts/:id/comments/:id" POST non-existent post id (currently failing if you pass an existing comment id)
  • "api/posts/:id/comments/:id" POST non-existent comment id

Perform a domain analisys

Perform a domain analysis so you can start giving a better logical shape to the project.
Document the outcome.

Refactor tests

Refactor handler tests so they work with the new router implementation.

Docs: #1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.