Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jongminchoi98/user-auth-nodejs-react
- Owner: JongminChoi98
- Created: 2023-10-09T03:54:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-12T15:42:32.000Z (8 months ago)
- Last Synced: 2024-03-12T16:56:45.829Z (8 months ago)
- Topics: dbmate, express, mysql-database, reactjs, rest-api
- Language: TypeScript
- Homepage:
- Size: 330 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 & FrontendServer Settings
```
Express, MySQL, TypeORM```
Font End Setting
```
ReactJS, CRA```