An open API service indexing awesome lists of open source software.

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 ...

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
```

## ⛏️ Built Using

- [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

## ✍️ Authors

- [@nimatrazmjo](https://github.com/nimatrazmjo) - Idea & Initial work
## 🎉 Acknowledgements

- Hat tip to anyone whose code was used
- Inspiration
- References