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

https://github.com/diwashbhattarai999/fullstack-userauth


https://github.com/diwashbhattarai999/fullstack-userauth

Last synced: 3 months ago
JSON representation

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.