Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osvaldokalvaitir/nodejs-saas
:cloud: Application using Node.js, AdonisJs, Adonis ACL, Adonis Kue Provider, Adonis Mail, Adonis Lucid Slugify, Adonis Validator, AdonisJs Redis, ESLint and pg
https://github.com/osvaldokalvaitir/nodejs-saas
bonus course nodejs rocketseat saas
Last synced: 10 days ago
JSON representation
:cloud: Application using Node.js, AdonisJs, Adonis ACL, Adonis Kue Provider, Adonis Mail, Adonis Lucid Slugify, Adonis Validator, AdonisJs Redis, ESLint and pg
- Host: GitHub
- URL: https://github.com/osvaldokalvaitir/nodejs-saas
- Owner: osvaldokalvaitir
- License: mit
- Created: 2019-12-18T13:55:10.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T13:03:03.000Z (9 months ago)
- Last Synced: 2024-04-14T13:07:00.755Z (9 months ago)
- Topics: bonus, course, nodejs, rocketseat, saas
- Language: JavaScript
- Homepage:
- Size: 1.16 MB
- Stars: 15
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Node.js - SaaS
:cloud: Application using Node.js, AdonisJs, Adonis ACL, Adonis Kue Provider, Adonis Mail, Adonis Lucid Slugify, Adonis Validator, AdonisJs Redis, ESLint and pg
## :wrench: Install and run
Open terminal:
```sh
# Clone this repo
git clone https://github.com/osvaldokalvaitir/nodejs-saas# Entry in folder
cd nodejs-saas# 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 start | yarn start# Run API
adonis serve --dev
```Click to learn more about the tools used: [Insomnia](https://github.com/osvaldokalvaitir/awesome/blob/main/src/api-clients/insomnia/insomnia.md), [Docker](https://github.com/osvaldokalvaitir/awesome/blob/main/src/containers/docker/docker.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), [Mailtrap](https://github.com/osvaldokalvaitir/awesome/blob/main/src/emails/mailtrap.md), [Postbird](https://github.com/osvaldokalvaitir/awesome/blob/main/src/sgdbs/postgresql/postbird.md).
[![Run in Insomnia}](https://insomnia.rest/images/run.svg)](https://insomnia.rest/run/?label=SaaS&uri=https%3A%2F%2Fraw.githubusercontent.com%2Fosvaldokalvaitir%2Fnodejs-saas%2Fmain%2FInsomnia.json)
## :memo: License
This project is under the MIT license. See [LICENSE](/LICENSE) for more information.
---
Developed with 💚 by Osvaldo Kalvaitir Filho