Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jhadev/react-sequelize-boilerplate


https://github.com/jhadev/react-sequelize-boilerplate

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# react-sequelize

_This does not use Sequelize CLI_

## usage

1. Create database in MySQL Workbench

```
DROP DATABASE IF EXISTS project3;

CREATE DATABASE project3;
```

2. Create .env in root of project

In that file create key and values like this to use your local MySQL Database

```
DB_NAME=project3
DB_USER=root
DB_PW=password
```

3. npm install

4. npm start