This website requires JavaScript.
Explore
Help
Sign In
Concorders
/
concord
Archived
Watch
5
Star
0
Fork
0
You've already forked concord
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2026-05-04
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
3d79c9cf4f05883283e4f6016583ae197c599731
concord
/
concord-server
History
Kevin Puig
3d79c9cf4f
Add user POST + validation
2025-09-27 13:04:35 -04:00
..
src
Add user POST + validation
2025-09-27 13:04:35 -04:00
.editorconfig
Created some user endpoints ; Pretty code
2025-09-27 11:13:37 -04:00
.gitignore
add server
2025-09-26 23:36:08 -04:00
bun.lock
Add user POST + validation
2025-09-27 13:04:35 -04:00
package-lock.json
First schema iteration
2025-09-27 02:44:50 -04:00
package.json
Add user POST + validation
2025-09-27 13:04:35 -04:00
README.md
Created some user endpoints ; Pretty code
2025-09-27 11:13:37 -04:00
schema.prisma
Add role type ; include admins in instance user list
2025-09-27 12:26:24 -04:00
tsconfig.json
Created some user endpoints ; Pretty code
2025-09-27 11:13:37 -04:00
README.md
To install dependencies:
bun install
To run:
bun run dev
open
http://localhost:3000