Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jongminchoi98/user-auth-nodejs-react

User Authentication Full-Stack
https://github.com/jongminchoi98/user-auth-nodejs-react

dbmate express mysql-database reactjs rest-api

Last synced: 7 days ago
JSON representation

User Authentication Full-Stack

Awesome Lists containing this project

README

        

# User Authentication Web

## How to Run
- npm install (In both client and server)
- Create .env file and create variables using the .env.sample format
- Download MySQL
- npm install dbmate -g (Database migrate package)
- dbmate up (To migrate SQL database, https://github.com/amacneil/dbmate)
- Run Backend & Frontend


Server Settings

```
Express, MySQL, TypeORM

```


Font End Setting

```
ReactJS, CRA

```