Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
node_modules
node_modules/
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Backend-API-Express-MySQL
This project is a backend developed with Node.js and Express, using a MySQL database to store and manage data. The API provides an interface to access and manipulate this data.
## Installation

1. Install project

```sh
git clone https://github.com/mfikricom/Backend-API-Express-MySQL.git
```

2. Install npm
```sh
npm install
```

3. Launch API
```sh
npm start
```
## Contribute

If you want to contribute to the improvement of this box-shadow generator, you can create an issue or submit a pull request on GitHub.

Loading