-
## π Description
Suggestion for an enhancement.
-supports graph Ql API
## π Todo:
- [ ] Include Graph QL Support for MayaJS
-
To enhance the security and robustness of the MayaJS library, we need to implement request validation for incoming headers and bodies. This feature will ensure that only valid requests are processed, β¦
-
TL;DR: fix is coming in the next stable release, for now do:
```
bun upgrade --canary
```
### What is the type of issue?
Example code is not working
### What is the issue?
I'm trying β¦
-
## π Description
Right now MayaJS is using express.js as a routing library under the hood. But this is not bad for us to use it but in the future it is better to have our own routing module for us β¦
-
See https://gist.github.com/jpalala/e40d69d3b2e56f51e32aaa70c96307b2
The TSC / tslint is having trouble compiling on [line 8](https://github.com/jpalala/mayarouter-test/blob/main/src/server.ts#L8):β¦
-
## π Description
Create a crud app using MongoDB
## π Todo:
- [x] Set-up mayajs and MongoDB
- [x] Add route to get all users
- [x] Add route to get user by ID
- [x] Add route to create user
β¦
-
## π Description
Add a page for describing what is the reason for user why they need to try mayajs.
## βοΈ Component
-why.component
## π Todo:
- [x] Add why component
- [x] Add headings
β¦
-
## π Description
This page will have the basics of MayaJS. This includes installations, routing, controllers, model and services. Each will have its own section which has its own code example.
Thβ¦
-
## π Description
We need to have a sample project that shows how MayaJS connect with various front-end technologies. See list below:
- Angular
- React
- Vue
- Svelte
- Flutter
## π Todo:
-β¦
-
## π Description
Create a mayajs project that demonstrate how to create a simple login api.
## π Todo:
- [x] Create a mayajs app
- [x] Create user controller
- [x] Create login end point
-β¦