Skip to content

Basic REST API with nodejs for practicing JWT usage

License

Notifications You must be signed in to change notification settings

afgalvan/products-api-jwt

Repository files navigation

create-node-app

Basic node api template.

Requirements


To install template manager (create-app)

curl -sL https://raw.githubusercontent.com/afgalvan/create-app/main/installer.sh | bash -s [package-manager] [branch]

The package-manager argument it's optional, npm is configured by default.

Create a new alias

bash

echo "alias create-app=\"~/.config/create-app/create_app.sh\"" >> ~/.bashrc

zsh

echo "alias create-app=\"~/.config/create-app/create_app.sh\"" >> ~/.zshrc