Skip to content

A list of features we often developed at BearStudio that will you (and us) get started with code snippets such as Stripe payments, AWS S3 uploads and so on

Notifications You must be signed in to change notification settings

BearStudio/storyback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StoryBack

StoryBack is a web application generated using JHipster 7.8.1, that aims at gathering code samples to achieve feature we often had to achieve for our clients at BearStudio.

Motivation

There are a lot of features that are common among web or mobile applications, such as uploading a file to S3 bucket or allow payments using Stripe. What we try to achieve here, is to have a code base and code samples to develop faster for our new clients, with as much features examples as possible.

Roadmap

  • CSV file import
  • CSV file export
  • Stripe checkout payment
  • Stripe connect payment and flow
  • File upload on AWS S3 bucket (also on CleverCloud Cella)
  • Social auth login (Google, Facebook, LinkedIn, ...)
  • Cloudinary file upload
  • Branded emails
  • OneSignal notification sending
  • CleverCloud fsbucket file reading
  • Invoice generation using InvoiceFactory
  • User's additional fields using JHipster
  • Feign API client integration
  • Date and time manipulation utilities
  • CI / CD integration
  • Web socket connection

Test a feature

Before you can build this project, you must install and configure the following dependencies on your machine:

  1. NodeJS >=16.14.0
  2. Java >= 17

Then you can install dependencies with

npm install

and to run

./mvnw
npm start

Finally, follow the feature's documentation

Features

Stripe Checkout payment

To be completed

About

A list of features we often developed at BearStudio that will you (and us) get started with code snippets such as Stripe payments, AWS S3 uploads and so on

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published