An open API service indexing awesome lists of open source software.

https://github.com/aaron-smits/expressbank

REST API serving JSON - Postgres, JWT, Docker, Express and Typescript
https://github.com/aaron-smits/expressbank

docker docker-compose express postgresql rest-api typescript

Last synced: about 1 month ago
JSON representation

REST API serving JSON - Postgres, JWT, Docker, Express and Typescript

Awesome Lists containing this project

README

        

# expressbank
Implementing the gobank api using Express and Typescript

## To Do
- [x] set up dev server script in package.json
- [x] Environment variables (dotenv)
- [x] Set up the project structure
- [x] set up tsconfig.json
- [ ] JWT Authentication infrastructure
- [ ] Authentication implementation on all endpoints
- [ ] Create a new account
- [ ] Transfer money between accounts
- [ ] Delete an account
- [ ] Update an account
- [ ] Get an account
- [ ] Get all accounts
- [ ] Implement Postgres DB connection
- [ ] Dockerize the application
- [ ] docker compose automation to run the app and the db