Thanks to visit codestin.com Credit goes to github.com
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 60d5182 commit c74d571Copy full SHA for c74d571
README.md
@@ -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