https://github.com/diwashbhattarai999/fullstack-userauth
https://github.com/diwashbhattarai999/fullstack-userauth
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/diwashbhattarai999/fullstack-userauth
- Owner: diwashbhattarai999
- Created: 2024-05-18T03:12:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-19T17:30:18.000Z (about 1 year ago)
- Last Synced: 2024-05-20T19:14:16.343Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://full-stack-user-auth.vercel.app
- Size: 338 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# FullStack User Authentication
## Introduction
FullStack User Authentication with MERN
### Running Locally
1. Clone the repository:
```sh
git clone https://github.com/diwashbhattarai999/FullStack-UserAuth.git```
#### Front-End: React.js
1. Navigate to the `client` directory.
```sh
cd client
```2. Run `pnpm install` to install dependencies.
```sh
pnpm install
```3. Run `pnpm dev` to start the development server.
```sh
pnpm dev
```4. Open [http://localhost:5173](http://localhost:5173) in your browser
#### Back-End: Express.js
1. Navigate to the `server` directory.
```sh
cd server
```2. Run `pnpm install` to install dependencies.
```sh
pnpm install
```3. Start the server:
```sh
# if running dev server
pnpm dev# if running prod server
pnpm build
pnpm start
```## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.