https://github.com/rodrigogs/juquinha
https://github.com/rodrigogs/juquinha
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rodrigogs/juquinha
- Owner: rodrigogs
- Created: 2021-11-26T01:40:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-07T23:26:26.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T11:09:24.229Z (about 2 years ago)
- Language: JavaScript
- Size: 3.05 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Juquinha
[](https://github.com/rodrigogs/juquinha/actions/workflows/test.yml)
#### This is a **very opinionated way** for microservicing with a full serverless approach, featuring [Serverless Framework](https://github.com/serverless/serverless), [AWS](https://aws.amazon.com/), [Node.js](https://nodejs.dev/) and [Nuxt](https://nuxtjs.org/).
## Requirements
* [Node.js v16.x](https://nodejs.org/download/release/latest-v16.x/)
* Should work on any platform(including [termux](https://play.google.com/store/apps/details?id=com.termux) 😲)
## Setup
#### The setup script should literally guide you through all the configuration steps. You don't have to have any specific knowledge in order to setup a stage.
```bash
$ npm run setup
```
## Deploy options
#### Full
```bash
$ npm run deploy
```
#### Resources only
```bash
$ npm run deploy:resources
```
#### API only
```bash
$ npm run deploy:api
```
#### Web APP only
```bash
$ npm run deploy:web
```