CrudExtension
write end points in nodejs
Features
- Helps you establish CRUD and also to write SubRoutes and insert EndPoints of your wish.
Usage
- Open an Empty Folder.
- Open the Command Palette (
Ctrl+Shift+P / Cmd+Shift+P).
- Search for and run (
OnlyBackEnd NonSecured).
- Find the available options there ( like
OnlyBackEnd NonSecured).
- All the Folders and Files are copied to your empty Folder.
- .env file the place where you define ( Data Path and Port Number ).
- app.js is entry file.
- on successfull completion, node will automatically run at port number in .env file
project-root/
├── app.js
├── .env
├── V1/
│ └── yourRoutes.js
├──SV1/
│ └── yoursecureRoutes.js
├── Token/
├── Schemas/
│ └── yourSchmea.json
├── Data/
| └── db.json
├──schema.json
└── public
Requirements
Extension Settings
.env
Known Issues
primay reason for this repo is to build dynamic end points complete programatically
Release Notes
1.1.1
simple start with OnlyBackEnd.NonSecured
1.1.2
Api path started
License
MIT
| |