Coder Social home page Coder Social logo

kgotlelelo-cmd / pipper Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 7.21 MB

mini version of twitter using microservices

License: GNU General Public License v3.0

Java 46.23% JavaScript 41.66% Dockerfile 2.94% HTML 4.74% CSS 2.68% Shell 1.75%
hacktoberfest java nodejs reactjs micorservices microservices

pipper's Introduction

pipper

practising micro services by creating mini-version of twitter using nodejs,reactjs and java

Requirements

  • Java 11+
  • Docker engine 20.10.*
  • Docker compose 1.26.* (for compose especification)

Usage

  • docker-compose

    docker-compose --env-file ./env/.env.dev up -d

pipper's People

Contributors

kgotlelelo-cmd avatar sirnoob97 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

plnyakan

pipper's Issues

logging on registration

create a logging for registration that logs into a file
look for best practices for logging

create a make file

create a make file to run the whole back-end on docker
with a simple command

logging on posts

create a logging that logs to a file
look for best practices for logging

edit profile

create an endpoint to edit the profile of a user

Add dto to avoid annoying exceptions

These types of exceptions occur when trying to persist a new client that is coming with posts, this can easily be fixed with a dto, or I can change the logic of the service layer.

org.postgresql.util.PSQLException: ERROR: null value in column "client_id" violates not-null constraint

PostgreSQL migration

Create a to-do list for the following requirements.

  • Refactoryze entities.
  • Refactorize test configuration for postgres.
  • Add Postgres healthcheck in the docker-compose file.
  • SQL script for init the DB to discard dummy-data and avoid hibernate interventions.
  • #25
  • #26
  • #27

edit post

add an end-point to edit the post

Typo

By convention, java packages must be lowercase and java objects must start with uppercase

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.