Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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