Coder Social home page Coder Social logo

papug's Introduction

Papug

Yet another twitter clone
Current version is located in branch develop.


© 2023 Tomasz Wnuk
https://github.com/tjwnuk
[email protected]


about

Features

  • List all posts on homepage
  • Authorization, user accounts and logging in and out
  • Adding new posts
  • Posts contain title, content, date when created and username
  • Display user's post on his profile

Install

cd /your/code/directory
git clone [email protected]:tjwnuk/papug.git
  • install postgres, create database papug with user papug and password papug, all of this can be configured in /src/main/resources/application.properties
  • when initializing the database change spring.sql.init.mode to always in /src/main/resources/application.properties spring.sql.init.mode=always then set it back to "never" spring.sql.init.mode=never
  • run app either in IDE or command line by typing ./mvnw spring-boot:run
  • enjoy!

Default users

The database is initialized with set of default users

Username Password Role
admin pass ROLE_ADMIN
user pass ROLE_USER
alice pass ROLE_USER
bob pass ROLE_USER

papug's People

Contributors

tjwnuk avatar

Watchers

 avatar

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.