https://github.com/glistenstar/recover_pwd_using_email
https://github.com/glistenstar/recover_pwd_using_email
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/glistenstar/recover_pwd_using_email
- Owner: GlistenSTAR
- Created: 2021-06-23T18:04:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T04:44:00.000Z (about 2 years ago)
- Last Synced: 2025-01-26T03:28:12.006Z (4 months ago)
- Language: JavaScript
- Size: 4.64 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Quick Start
```bash
# Install dependencies for server
npm install# Install dependencies for client
npm run client-install# Run the client & server with concurrently
npm run dev# Run the Express server only
npm run server# Run the React client only
npm run client# Server runs on http://localhost:5000 and client on http://localhost:3000
```## App Info
### Author
Glisten STAR
### Version
1.0.0