Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T04:37:06.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T13:53:13.135Z (over 1 year ago)
- Topics: docker, es6, expressjs, javascript, kubernetes, mysql, postgresql, redis
- Language: JavaScript
- Size: 29.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
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