Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/odavibatista/postgres-boilerplate
Boilerplate made for creating API applications with PostgreSQL + AdminJS database manipulation interface, with extra utilities needed to start a new journey.
https://github.com/odavibatista/postgres-boilerplate
adminjs boilerplate boilerplate-application boilerplate-template docker jest postgresql
Last synced: 26 days ago
JSON representation
Boilerplate made for creating API applications with PostgreSQL + AdminJS database manipulation interface, with extra utilities needed to start a new journey.
- Host: GitHub
- URL: https://github.com/odavibatista/postgres-boilerplate
- Owner: odavibatista
- Created: 2023-07-01T12:10:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-22T13:05:09.000Z (over 1 year ago)
- Last Synced: 2023-09-11T22:38:20.907Z (about 1 year ago)
- Topics: adminjs, boilerplate, boilerplate-application, boilerplate-template, docker, jest, postgresql
- Language: TypeScript
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sequelize Boilerplate
Boilerplate application ready for creating Databases and API's with AdminJs included, if you like to use ORM interfaces instead of SQL scripts.
The project comes with most of its config done and with blank spaces for the database's tables' templates.
Docker included, if you'd wish to integrate it with Jest's test environment.
Jest and its types are included. You can change the files to .js extension if you'd like to.
You only need to config it, and it's done!