All Projects → ashishjuyal → banking

ashishjuyal / banking

Licence: other
Course files

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to banking

go-jwt-issuer
Microservice generates the pair of JSON web tokens - access-token and refresh-token are signed by user identifier.
Stars: ✭ 30 (-62.5%)
Mutual labels:  jwt-authentication
jwx
JSON/JWK/JWS/JWT/Base64 library in SPARK
Stars: ✭ 15 (-81.25%)
Mutual labels:  jwt-authentication
CUMS DBMS
🏰 A College Management Site (DBMS) using Node and Mysql.
Stars: ✭ 28 (-65%)
Mutual labels:  jwt-authentication
FRDP
Boilerplate code for quick docker implementation of REST API with JWT Authentication using FastAPI, PostgreSQL and PgAdmin ⭐
Stars: ✭ 55 (-31.25%)
Mutual labels:  jwt-authentication
node-rest-api-starter
This repository is a template to avoid rewriting all the basic authentication code for REST API's built with Express.js, MongoDB.
Stars: ✭ 30 (-62.5%)
Mutual labels:  jwt-authentication
Metis
测试题小程序 包含后端api接口 可能会改成gitbook应用了吧
Stars: ✭ 79 (-1.25%)
Mutual labels:  jwt-authentication
Api on rails
Learn best practices to build an API using Ruby on Rails 5/6
Stars: ✭ 236 (+195%)
Mutual labels:  jwt-authentication
angular-11-spring-boot-jwt-authentication
Angular 11 Spring Boot JWT Authentication example with Authorization | User Registration & Login
Stars: ✭ 62 (-22.5%)
Mutual labels:  jwt-authentication
fastify-jwt-authz
Verify authenticated user scope
Stars: ✭ 14 (-82.5%)
Mutual labels:  jwt-authentication
mesan-nodejs-auth-crud-api
NodeJS Authentication and CRUD operations API -: Email Verification, Image Upload, Password Reset
Stars: ✭ 72 (-10%)
Mutual labels:  jwt-authentication
CleanArchitecture
Kotlin backend based on the Clean Architecture principles. Ktor, JWT, Exposed, Flyway, OpenAPI/REST & KGraphQL/GraphQL generated endpoints, Gradle.
Stars: ✭ 271 (+238.75%)
Mutual labels:  hexagonal-architecture
Quasar-JWT
Quasar - JWT Authentication Starter Kit
Stars: ✭ 38 (-52.5%)
Mutual labels:  jwt-authentication
MinimalApi
ASP.NET Core 7.0 - Minimal API Example - Todo API implementation using ASP.NET Core Minimal API, Entity Framework Core, Token authentication, Versioning, Unit Testing, Integration Testing and Open API.
Stars: ✭ 156 (+95%)
Mutual labels:  jwt-authentication
laravel-vue-spa-boilerplate
Laravel Vue Spa BoilerPlate
Stars: ✭ 36 (-55%)
Mutual labels:  jwt-authentication
repository
[PHP 7] Implementation and definition of a base Repository in Domain land.
Stars: ✭ 26 (-67.5%)
Mutual labels:  hexagonal-architecture
MyAPI
A template to create awesome APIs easily ⚡️
Stars: ✭ 117 (+46.25%)
Mutual labels:  jwt-authentication
Hexagonal-architecture-ASP.NET-Core
App generator API solution template which is built on Hexagnonal Architecture with all essential feature using .NET Core
Stars: ✭ 57 (-28.75%)
Mutual labels:  hexagonal-architecture
jwt-auth
WordPress JSON Web Token Authentication
Stars: ✭ 85 (+6.25%)
Mutual labels:  jwt-authentication
finance-project-ddd
Projeto financeiro usando domain driven design, tdd, arquitetura hexagonal e solid
Stars: ✭ 67 (-16.25%)
Mutual labels:  hexagonal-architecture
cloud-native-hexagonal-node
A cloud native node microservice boilerplate based on the hexagonal architecture
Stars: ✭ 26 (-67.5%)
Mutual labels:  hexagonal-architecture

banking

Run ./start.sh to download the dependencies and run the the application

To run the application, you have to define the environment variables, default values of the variables are defined inside start.sh

  • SERVER_ADDRESS [IP Address of the machine]
  • SERVER_PORT [Port of the machine]
  • DB_USER [Database username]
  • DB_PASSWD [Database password]
  • DB_ADDR [IP address of the database]
  • DB_PORT [Port of the database]
  • DB_NAME [Name of the database]

mysql database

You can use any one of the following procedure to make a database instance, and make the changes to your start.sh file accordingly

  1. docker-compose.yml file. This contains the init script to generate and tables and insert the default data. You just need to bring the container up

    To start the docker container, run the docker-compose up inside the resources/docker folder

  2. resources/database.sql this contains the SQL for generating the tables. In case you dont want to use the docker-compose file you can use this file to generate tables and insert the default data

mocks generator

./generate-mocks.sh

run unit tests

./run-tests.sh

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].