jserver
v1.3.6
Published
A toolkit that automatically generates APIs based on JSON or DATABASE.
Readme
What is JServer?
JServer is a toolkit that automatically generates APIs based on JSON or Database. You don't need to write server-side code to quickly implement additions, deletions, changes, queries, and pagination.
Getting Started
Installation
Prerequisites
- Node.js version 18 or higher.
- Terminal for accessing JServer via its command line interface (CLI).
JServer can be used on its own, or be installed into an existing project. In both cases, you can install it with:
npm install -g jserverNow you can check if the installation was successful through commands:
jserver --versionIf there is a problem with executing the strategy, the following command can be used to solve it:
Set-ExecutionPolicy RemoteSignedIf all of the above are correct, then we are done and ready to use.
