We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f056198 commit 361d2c9Copy full SHA for 361d2c9
README.md
@@ -1 +1,24 @@
1
# 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
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