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.
- Host: GitHub
- URL: https://github.com/uber830/dev_states
- Owner: Uber830
- License: mit
- Created: 2023-08-02T19:44:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T04:39:55.000Z (over 2 years ago)
- Last Synced: 2025-06-04T22:13:05.147Z (about 1 year ago)
- Topics: express, javascript, mysql, nodejs, render, swagger-ui, testing
- Language: JavaScript
- Homepage: https://dev-states.onrender.com/docs/
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
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
```