An open API service indexing awesome lists of open source software.

https://github.com/uber830/dev_states

This project is a api create with nodejs express and mysql, add a login, register and router for users. If you need it, download.
https://github.com/uber830/dev_states

express javascript mysql nodejs render swagger-ui testing

Last synced: 2 months ago
JSON representation

This project is a api create with nodejs express and mysql, add a login, register and router for users. If you need it, download.

Awesome Lists containing this project

README

          

# Nodejs EXPRESS MYSQL REST API
This project is a api create with nodejs express and mysql, add a login, register and router for users. If you need it, download.

### Installation

First, clone the repo

```sh
git clone git@github.com:Uber830/dev_states.git
```

move to the folder

```sh
cd dev_states
```

install dependencies:

```sh
npm install
```
you need to add your database variables.

```sh
cd ./src/config.js
```
execute the project for development

```sh
npm run dev
```
and for production execute

```sh
npm run start
```