Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fazt/typeorm-notes
https://github.com/fazt/typeorm-notes
mariadb mysql nodejs typeorm typescript
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fazt/typeorm-notes
- Owner: fazt
- Created: 2020-03-19T03:22:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T06:01:49.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T07:47:04.312Z (7 months ago)
- Topics: mariadb, mysql, nodejs, typeorm, typescript
- Language: TypeScript
- Size: 769 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typescript, Nodejs & TypeORM Notes App
![](screenshots/signin.png)
![](screenshots/notes.png)# Stack
* Nodejs
* TypeORM
* Passport# Requirements
* create a MySQL database first# Environment Variables
* NOTES_MYSQL_HOST, the mysql host
* NOTES_MYSQL_USER, the mysql user
* NOTES_MYSQL_PASSWORD, the mysql password
* NOTES_MYSQL_DATABASE, the mysql database