https://github.com/nomadsdev/login-register-nodejs-react-mysql
https://github.com/nomadsdev/login-register-nodejs-react-mysql
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nomadsdev/login-register-nodejs-react-mysql
- Owner: nomadsdev
- Created: 2024-02-12T10:44:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T10:47:40.000Z (almost 2 years ago)
- Last Synced: 2025-01-02T04:29:16.089Z (about 1 year ago)
- Language: JavaScript
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Login Register

## How to install
```
cd server
npm i
nodemon server
```
```
cd client
npm i
npm run dev
```
## Language Framework
* nodejs
* express
* cors
* body-parser
* express-session
* mysql
* react
* react-router-dom
* tailwind
* axios