https://github.com/nimatrazmjo/express-mysql-starter
A Dockerized express-mysql-starter project using typescript that includes authentication ...
https://github.com/nimatrazmjo/express-mysql-starter
docker docker-compose express expressjs jest jest-test kubernetes mysql nodejs typeorm typescript
Last synced: 3 months ago
JSON representation
A Dockerized express-mysql-starter project using typescript that includes authentication ...
- Host: GitHub
- URL: https://github.com/nimatrazmjo/express-mysql-starter
- Owner: nimatrazmjo
- Created: 2022-01-19T12:18:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-31T06:19:04.000Z (over 4 years ago)
- Last Synced: 2025-04-16T01:53:59.152Z (about 1 year ago)
- Topics: docker, docker-compose, express, expressjs, jest, jest-test, kubernetes, mysql, nodejs, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 685 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Express mysql starter
A dockerized express mysql starter using typescript which iclude user management
## 📝 Table of Contents
- [Deployment](#deployment)
- [Built Using](#built_using)
- [Contributing](../CONTRIBUTING.md)
- [Authors](#authors)
- [Acknowledgments](#acknowledgement)
## up and running
```
npm run docker:dev
```
test
```
npm run docker:test
```
- [Mysql](https://www.mysql.com/) - Database
- [Express](https://expressjs.com/) - Server Framework
- [NodeJs](https://nodejs.org/en/) - Server Environment
- [Typescript](https://typscript.org/en/) - Server Environment
- [@nimatrazmjo](https://github.com/nimatrazmjo) - Idea & Initial work
## 🎉 Acknowledgements
- Hat tip to anyone whose code was used
- Inspiration
- References