Skip to content

ndrolay/rest-api-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Help me to ⭐️ this repo, thanks.

Example project.

Getting Started

Settings environment variable

Copy .env_sample to .env file

mySQL database

upload file helper\UserAuth.sql on your mysql database

Google Recaptcha

open file in views/recovery.hbs and views/register.hbs and change "your google captcha html" with ur code

> you have problem please ask on the issue
> feel free to build this project together

Install

Clone this project

> git clone https://github.com/ArugaZ/rest-api-express.git
> cd rest-api-express

Install the dependencies:

> npm install 

Usage

Run the Express Server

> npm start

HTML template

If you want to edit the template please check here: https://github.com/gurayyarar/AdminBSBMaterialDesign

To-Do

  • Add more features