Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osvaldokalvaitir/nodejs-gostack4-module6
:octocat: Deploy and CI using Git, GitHub with Heroku server and mLab or with Ubuntu server, PM2, DigitalOcean, MongoDB, Nginx and Buddy
https://github.com/osvaldokalvaitir/nodejs-gostack4-module6
bootcamp ci deploy gostack gostack-4 nodejs rocketseat
Last synced: 8 days ago
JSON representation
:octocat: Deploy and CI using Git, GitHub with Heroku server and mLab or with Ubuntu server, PM2, DigitalOcean, MongoDB, Nginx and Buddy
- Host: GitHub
- URL: https://github.com/osvaldokalvaitir/nodejs-gostack4-module6
- Owner: osvaldokalvaitir
- License: mit
- Created: 2019-03-28T01:54:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T15:11:17.000Z (8 months ago)
- Last Synced: 2024-05-06T16:40:05.261Z (8 months ago)
- Topics: bootcamp, ci, deploy, gostack, gostack-4, nodejs, rocketseat
- Language: JavaScript
- Homepage:
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Node.js - GoStack 4 Module 6
:shopping_cart: Deploy and CI using Git, GitHub with Heroku server and mLab or with Ubuntu server, PM2, DigitalOcean, MongoDB, Nginx and Buddy
:link: This repository is a copy of Node.js - GoStack 4 Module 3
## :wrench: Install and run
Open terminal:
```sh
# Clone this repo
git clone https://github.com/osvaldokalvaitir/nodejs-gostack4-module6# Entry in folder
cd nodejs-gostack4-module6# Install deps with npm or yarn
npm install | yarn# Make a copy of the .env.example file, rename it to .env and change the variables according to your environment.
# Launch the app with npm or yarn
npm run dev | yarn dev
```Click to learn more about the tools used: [Git](https://github.com/osvaldokalvaitir/awesome/blob/main/src/version-controls/git.md), [GitHub](https://github.com/osvaldokalvaitir/awesome/blob/main/src/version-controls/git/tools/github.md).
Heroku server: [Heroku](https://github.com/osvaldokalvaitir/awesome/blob/main/src/paas/heroku.md), [mLab](https://github.com/osvaldokalvaitir/awesome/blob/main/src/sgdbs/mongodb/mLab.md)
Ubuntu server: [Ubuntu](https://github.com/osvaldokalvaitir/awesome/blob/main/src/os/ubuntu.md), [DigitalOcean](https://github.com/osvaldokalvaitir/awesome/blob/main/src/servers/digitalocean.md), [Nginx](https://github.com/osvaldokalvaitir/awesome/blob/main/src/web-servers/nginx.md), [MongoDB](https://github.com/osvaldokalvaitir/awesome/blob/main/src/databases/mongodb.md), [Buddy](https://github.com/osvaldokalvaitir/awesome/blob/main/src/ci-cd/buddy.md)
## :memo: License
This project is under the MIT license. See [LICENSE](/LICENSE) for more information.
---
Developed with 💚 by Osvaldo Kalvaitir Filho