Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kporus/convex-backend
It is a convex database setup code in javascript. With schemas and mutation, query function
https://github.com/kporus/convex-backend
convex express-js nodejs npm
Last synced: 3 months ago
JSON representation
It is a convex database setup code in javascript. With schemas and mutation, query function
- Host: GitHub
- URL: https://github.com/kporus/convex-backend
- Owner: KPorus
- Created: 2024-08-24T13:47:07.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T11:55:28.000Z (4 months ago)
- Last Synced: 2024-10-10T06:41:15.458Z (3 months ago)
- Topics: convex, express-js, nodejs, npm
- Language: JavaScript
- Homepage: https://convex-backend.vercel.app
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
* Run ``npm i``
* Run ``npx convex dev`` -- Select your database or create one
* Modified the ``schema, project`` files
* Run ``npm start``