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 (
GenerateWMail FrontAndBackWithGulp ).
- Find the available options there ( like
GenerateWMail ).
- 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
Release Notes
0.1.1
- Initial release of the Sample Extension.
0.1.2
- Generate.FrontAndBack working good.
0.2.3
- package.json altered no errors to package
0.2.4
0.3.2
- OnlyFrontEnd working good
0.4.1
0.5.1
0.6.1
- TokenTable good with secret...
0.6.2
0.6.3
- Generate.FrontAndBackWithGulp .env moved to common
0.6.4
- Generate.FrontAndBackWithGulp UsersTable working good
0.7.1
- Generate.FrontAndBackWithGulp Secret and token in seperate folders
0.8.1
- Generate.FrontAndBackWithGulp User working good
0.8.2
- Generate.FrontAndBackWithGulp "isAutoFocus": true working good
0.8.3
0.8.4
- still working on group by...
0.8.5
- Group By working on rest files...
0.8.6
1.9.1
- mail perfect for registration
1.9.3
1.9.4
- GenerateWMail.FrontAndBackWithGulp working perfect
1.9.5
1.9.6
1.9.7
1.9.8
1.9.9
1.9.10
1.9.11
- register perfect with unique
1.10.1
1.10.2
- batch file hooked to new front repo
1.10.3
1.10.4
- schema defaultvalue added to tasks
1.10.5
1.11.1
1.11.2
- v11 case changed for ubuntu
1.11.3
1.11.4
- genwmail LocalDefaultObjectToInsert perfect
1.11.5
- new version and more perfect
1.12.1
- GenerateWMail.BackEnd.Only started
1.12.2
- GenerateWMail.BackEnd.Only not tested
1.13.1
- GenerateWMail insert asinand ts changed
1.14.1
- GenerateWMail.OnlyBackEnd.NonSecured perfect
License
MIT
| |