https://github.com/mejanh/express-nodejs-typeorm-api
A Simple Expressjs API with TypeORM and Sqlite database
https://github.com/mejanh/express-nodejs-typeorm-api
api crud expressjs nodejs sqlite typeorm typescript
Last synced: about 1 month ago
JSON representation
A Simple Expressjs API with TypeORM and Sqlite database
- Host: GitHub
- URL: https://github.com/mejanh/express-nodejs-typeorm-api
- Owner: MejanH
- Created: 2020-06-10T14:04:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T01:18:25.000Z (about 3 years ago)
- Last Synced: 2023-05-20T18:26:01.736Z (over 2 years ago)
- Topics: api, crud, expressjs, nodejs, sqlite, typeorm, typescript
- Language: JavaScript
- Size: 155 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Express TypeScript Api with TypeORM
To run the app:
tsc //to complite in JavaScript Code
node src/app.js
## Technologies Used
- TypeScript
- Express Nodejs
- TypeORM
- Sqlite