https://github.com/amaterazu7/baseexpress
Base and Tiny ExpressJS Project in order to test APPs.
https://github.com/amaterazu7/baseexpress
docker es6 expressjs javascript kubernetes mysql postgresql redis
Last synced: 3 months ago
JSON representation
Base and Tiny ExpressJS Project in order to test APPs.
- Host: GitHub
- URL: https://github.com/amaterazu7/baseexpress
- Owner: Amaterazu7
- Created: 2020-03-09T17:14:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T21:55:46.000Z (about 3 years ago)
- Last Synced: 2026-01-03T13:44:24.742Z (6 months ago)
- Topics: docker, es6, expressjs, javascript, kubernetes, mysql, postgresql, redis
- Language: JavaScript
- Size: 29.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Base ExpressJS Template
* I will complete this project only with the intention put hands on this and could run every ExpressJS project on Docker, Kubernetes.
## Steps
* Create a Project
* Run ``` npm clean-install ``` to get the dependencies
* Start the project with ``` npm start ```
* Add a API layer to write the routes folder on it
* Add project structure and interaction between each other
* Add database integration (PostgreSQL, MySQL & Redis)
* Add test with Jest
* Run it on a docker container
* Add Yaml to run everything with docker-compose
* Add Yaml to run everything with Kubernetes