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

Skip to content

darkiosys/nazarick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published