Skip to content

Commit 361d2c9

Browse files
committed
Add simple boilerplate for nodejs express mysql api with installation and usage instructions
1 parent f056198 commit 361d2c9

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
11
# nodejs-express-mysql-api-boilerplate
2+
3+
a simple boilerplate for nodejs express mysql api
4+
clone this repo and start your project
5+
6+
## Installation
7+
8+
```bash
9+
git clone https://github.com/gulalicelik/nodejs-express-sequelize-mysql-api-boilerplate.git
10+
npm install
11+
npm run prepare
12+
```
13+
14+
## Usage
15+
16+
```bash
17+
npm run start:dev
18+
```
19+
20+
## License
21+
[MIT](https://choosealicense.com/licenses/mit/)
22+
23+
## Contributing
24+
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

0 commit comments

Comments
 (0)