/nazarick

A Boilerplate for nodejs+express+mysql+swagger+jwt

Primary LanguageJavaScript

Nazarick

Nazarick is an Nodejs Express API Boilerplate that made with ❤️

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

- Nodejs
- Mysql

Installing

A step by step series of examples that tell you how to get a development env running Say what the step will be

1. Clone Project
2. run **npm install**
3. create database (databasename)
4. create table (users) field {id: int auto increment, name: string}
4. rename .env.example to .env
5. set .env
6. run **npm run serve**

Try the swagger

1. go to http://baseurl:port/api-docs
2. have fun

Built With