Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osvaldokalvaitir/nodejs-gostack9-challenge3
:busts_in_silhouette: Meetapp Application using Node.js, Express, Multer, date-fns, Mongoose, Bee-Queue, Nodemailer, Express Handlebars, Youch, dotenv, Insomnia, Docker, MongoDB Compass Community, Postbird, Mailtrap and Sentry
https://github.com/osvaldokalvaitir/nodejs-gostack9-challenge3
bootcamp gostack gostack-9 meetapp nodejs rocketseat
Last synced: 23 days ago
JSON representation
:busts_in_silhouette: Meetapp Application using Node.js, Express, Multer, date-fns, Mongoose, Bee-Queue, Nodemailer, Express Handlebars, Youch, dotenv, Insomnia, Docker, MongoDB Compass Community, Postbird, Mailtrap and Sentry
- Host: GitHub
- URL: https://github.com/osvaldokalvaitir/nodejs-gostack9-challenge3
- Owner: osvaldokalvaitir
- License: mit
- Created: 2019-09-15T22:05:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T12:01:07.000Z (about 1 month ago)
- Last Synced: 2024-12-03T13:18:40.002Z (about 1 month ago)
- Topics: bootcamp, gostack, gostack-9, meetapp, nodejs, rocketseat
- Language: JavaScript
- Homepage:
- Size: 837 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Node.js - GoStack 9 Challenge 3
:busts_in_silhouette: Meetapp Application using Node.js, Express, Multer, date-fns, Mongoose, Bee-Queue, Nodemailer, Express Handlebars, Youch, dotenv, Insomnia, Docker, MongoDB Compass Community, Postbird, Mailtrap and Sentry
:muscle: Click here to see the challenge description
## :wrench: Install and run
Open terminal:
```sh
# Clone this repo
git clone https://github.com/osvaldokalvaitir/nodejs-gostack9-challenge3# Entry in folder
cd nodejs-gostack9-challenge3# 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# Run queue listener with npm or yarn
npm run queue | yarn queue
```Click to learn more about the tools used: [](https://github.com/osvaldokalvaitir/awesome/blob/main/src/api-clients/insomnia.md), [Docker](https://github.com/osvaldokalvaitir/awesome/blob/main/src/containers/docker.md), [MongoDB Docker Image mongo](https://github.com/osvaldokalvaitir/awesome/blob/main/src/containers/docker/images/mongo.md), [PostgreSQL Docker Image postgres](https://github.com/osvaldokalvaitir/awesome/blob/main/src/containers/docker/images/postgres.md), [Redis Docker Image redis:alpine](https://github.com/osvaldokalvaitir/awesome/blob/main/src/containers/docker/images/redis-alpine.md), [MongoDB Compass Community](https://github.com/osvaldokalvaitir/awesome/blob/main/src/sgdbs/mongodb/mongodb-compass-community.md), [Postbird](https://github.com/osvaldokalvaitir/awesome/blob/main/src/sgdbs/postgresql/postbird.md), [Mailtrap](https://github.com/osvaldokalvaitir/awesome/blob/main/src/emails/mailtrap.md), [Sentry](https://github.com/osvaldokalvaitir/awesome/blob/main/src/errors/sentry.md).
[![Run in Insomnia}](https://insomnia.rest/images/run.svg)](https://insomnia.rest/run/?label=Meetapp&uri=https%3A%2F%2Fraw.githubusercontent.com%2Fosvaldokalvaitir%2Fnodejs-gostack9-challenge3%2Fmain%2FInsomnia.json)
## :memo: License
This project is under the MIT license. See [LICENSE](/LICENSE) for more information.
---
Developed with 💚 by Osvaldo Kalvaitir Filho