Skip to content

Commit 9d445d3

Browse files
Update README.md
1 parent 259a4ff commit 9d445d3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MERN Authentication Backend Project
22

3-
This project is a full-stack web application built with the MERN (MongoDB, Express.js, React.js, Node.js) stack. It provides user authentication functionality, allowing users to sign up, sign in, and access protected routes using JSON Web Tokens (JWT).
3+
This project is a nodejs backend built for MERN (MongoDB, Express.js, React.js, Node.js) stack. It provides user authentication functionality, allowing users to sign up, sign in, and access protected routes using JSON Web Tokens (JWT).
44

55
## Features
66

@@ -15,7 +15,6 @@ This project is a full-stack web application built with the MERN (MongoDB, Expre
1515

1616
- MongoDB: A NoSQL database for storing user data.
1717
- Express.js: A backend web application framework for Node.js.
18-
- React.js: A JavaScript library for building user interfaces.
1918
- Node.js: A JavaScript runtime environment for executing server-side code.
2019
- JWT (JSON Web Tokens): A compact, URL-safe means of representing claims to be transferred between two parties.
2120
- bcrypt.js: A library to help hash passwords securely.
@@ -25,13 +24,13 @@ This project is a full-stack web application built with the MERN (MongoDB, Expre
2524
1. Clone the repository:
2625

2726
```bash
28-
git clone https://github.com/HasancanCakicioglu/mern-auth.git
27+
git clone https://github.com/HasancanCakicioglu/mern-auth-backend.git
2928
```
3029

3130
2. Navigate to the project directory:
3231

3332
```bash
34-
cd mern-auth
33+
cd mern-auth-backend
3534
```
3635

3736
3. Install dependencies for the backend:

0 commit comments

Comments
 (0)