1.0.3 • Published 2 years ago

@basuapi/server-adapter-express v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

BasuApi Authentication Template

This is a template for BasuAPI.

This template contains a JWT authentication as an example. BasuApi is a simple and light API framework designed for microservices. BasuAPI supports deploy to many clouds and is extendible for even more. More information you can find on npm https://www.npmjs.com/package/@basuapi/api

How to Use

You can install this template using the npx command: npx @basuapi/template <PROJECT_NAME> <TEMPLATE_NAME> <PACKAGE_MANAGER>

  • PROJECT_NAME is the name of the project you want to create
  • TEMPLATE_NAME is the name of the template you want to use. You can choose between main and user-auth. (user-auth is the default)
  • PACKAGE_MANAGER is the package manager og your choise. Yarn is the default, you can also considering using npm , pnpm and so on...
  • Drag and drop markdown and HTML files into Dillinger
  • Export documents as Markdown, HTML and PDF

Once you have all installed, you can enter your folder and start coding. Check the created files comments for more information.

License

MIT