A simple bank transaction example.
- ⚡ React - is a JavaScript library for building User Interfaces.
- 💎 Sketch - Sketch is a digital design toolkit for prototyping.
- 💼 Postgresql - Postgresql for Relational Database.
- 🔐 Redis - Redis for sessions.
- 📦 Docker - Docker for containers.
Step by Step Instructions:
Task | Description |
---|---|
clone | Run git clone https://github.com/murshidazher/foysonis-abc.git |
change directory | Change directory cd [path] to the clone dicrectory |
install |
Run npm install |
change directory | Go to server cd server . |
build container | Run docker build -t abc-container . |
run container | Run docker-compose up --build . |
change directory | Go to client cd client in another session |
To stop docker container | Run docker-compose down |
Seeded credentials :
Type | Credentials |
---|---|
admin |
email admin@test.com — password admin |
officer |
email test@test.com — password test |
user |
email belle@gmail.com — password belle |
A list of backend API's endpoints :
https://gist.github.com/murshidazher/f4eff2d7c0e5b6eefcc2e5989bc11fab
Murshid Azher
- Github: @murshidazher