Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c74d571

Browse files
authored
Create README.md
1 parent 60d5182 commit c74d571

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Rest Api Node and Mysql
2+
3+
## Description
4+
This is an Restful API for Node.js and Mysql. Designed after PHP's beautiful Laravel. This is in the MVC format,
5+
except because it is an API there are no views, just models and controllers.
6+
7+
##### Routing : Express
8+
##### ORM Database : Sequelize
9+
##### Authentication : Passport, JWT
10+
11+
## Installation
12+
13+
#### Donwload Code | Clone the Repo
14+
15+
```
16+
git clone {repo_name}
17+
```
18+
19+
#### Install Node Modules
20+
```
21+
npm install
22+
```
23+
24+
#### Create .env File
25+
You will find a example.env file in the home directory. Paste the contents of that into a file named .env in the same directory.
26+
Fill in the variables to fit your application
27+

0 commit comments

Comments
 (0)