A simple express server built on TypeScript
Find a file Use this template
Jo ecddd4c7b3 (routes): implement new API routes
feat: add new API route
feat: add user endpoint to API route
2024-03-19 01:46:32 +01:00
.idea feat: create starter TS setup with express 2024-03-18 02:18:45 +01:00
src (routes): implement new API routes 2024-03-19 01:46:32 +01:00
.gitignore feat: create starter TS setup with express 2024-03-18 02:18:45 +01:00
bun.lockb feat: create starter TS setup with express 2024-03-18 02:18:45 +01:00
example.env feat: create starter TS setup with express 2024-03-18 02:18:45 +01:00
LICENSE Initial commit 2024-03-17 21:02:49 +00:00
package.json feat: create starter TS setup with express 2024-03-18 02:18:45 +01:00
README.md Initial commit 2024-03-17 21:02:49 +00:00
tsconfig.json feat: create starter TS setup with express 2024-03-18 02:18:45 +01:00

TS_ExpressStarter

A simple express server built on TypeScript