Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osvaldokalvaitir/nodejs-gostack4-challenge3
:shopping_cart: Marketplace Application using Node.js, Express, Mongoose, Json Web Token, Nodemailer, Joi, Kue, Insomnia, Docker, Mailtrap and Sentry
https://github.com/osvaldokalvaitir/nodejs-gostack4-challenge3
bootcamp gostack gostack-4 marketplace nodejs rocketseat
Last synced: 8 days ago
JSON representation
:shopping_cart: Marketplace Application using Node.js, Express, Mongoose, Json Web Token, Nodemailer, Joi, Kue, Insomnia, Docker, Mailtrap and Sentry
- Host: GitHub
- URL: https://github.com/osvaldokalvaitir/nodejs-gostack4-challenge3
- Owner: osvaldokalvaitir
- License: mit
- Created: 2018-12-14T17:03:34.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T15:12:33.000Z (8 months ago)
- Last Synced: 2024-05-06T16:41:17.839Z (8 months ago)
- Topics: bootcamp, gostack, gostack-4, marketplace, nodejs, rocketseat
- Language: JavaScript
- Homepage:
- Size: 791 KB
- 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 Challenge 3
:shopping_cart: Marketplace Application using Node.js, Express, Mongoose, Json Web Token, Nodemailer, Joi, Kue, Insomnia, Docker, 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-gostack4-challenge3# Entry in folder
cd nodejs-gostack4-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
```Click to learn more about the tools used: [Insomnia](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), [Redis Docker Image redis:alpine](https://github.com/osvaldokalvaitir/awesome/blob/main/src/containers/docker/images/redis-alpine.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).
## :memo: License
This project is under the MIT license. See [LICENSE](/LICENSE) for more information.
---
Developed with 💚 by Osvaldo Kalvaitir Filho