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
- Host: GitHub
- URL: https://github.com/aaron-smits/expressbank
- Owner: aaron-smits
- License: mit
- Created: 2023-08-01T22:49:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-01T23:55:58.000Z (over 1 year ago)
- Last Synced: 2025-01-23T01:41:28.727Z (3 months ago)
- Topics: docker, docker-compose, express, postgresql, rest-api, typescript
- Language: TypeScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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