@@ -7,12 +7,12 @@ This project provides a robust and secure authentication system for your Node.js
7
7
* [ Features] ( #features )
8
8
* [ Tech Stack] ( #tech-stack )
9
9
* [ Installation] ( #installation )
10
- - [ Development] ( #developmen-installation )
11
- - [ Production] ( #production-installation )
10
+ - [ Development] ( #development )
11
+ - [ Production] ( #production )
12
12
* [ API Endpoints] ( #api-endpoints )
13
13
14
14
15
- ## Features < a name = " features " ></ a >
15
+ ## Features
16
16
17
17
* ** User Registration:**
18
18
* Email and Password registration with mandatory email verification.
@@ -37,7 +37,7 @@ This project provides a robust and secure authentication system for your Node.js
37
37
38
38
[ Go to Table of Contents] ( #table-of-contents )
39
39
40
- ## Tech Stack < a name = " tech-stack " ></ a >
40
+ ## Tech Stack
41
41
42
42
* ** Backend:**
43
43
* Node.js
@@ -59,7 +59,7 @@ This project provides a robust and secure authentication system for your Node.js
59
59
60
60
[ Go to Table of Contents] ( #table-of-contents )
61
61
62
- ## Installation < a name = " installation " ></ a >
62
+ ## Installation
63
63
64
64
1 . ** Clone the Repository:**
65
65
@@ -101,7 +101,7 @@ This project provides a robust and secure authentication system for your Node.js
101
101
* Place ` jwt_private.pem` and ` jwt_public.pem` in the ` secrets` directory. * (Create the ` secrets` directory if it doesn' t exist.)*
102
102
103
103
104
- ** Development** <a name="development-installation"></a>
104
+ ### Development
105
105
106
106
4. **Install Dependencies:**
107
107
@@ -130,7 +130,7 @@ This project provides a robust and secure authentication system for your Node.js
130
130
131
131
[Go to Table of Contents](#table-of-contents)
132
132
133
- **Production:** <a name="production-installation"></a>
133
+ ### Production
134
134
135
135
4. **Run Docker:**
136
136
@@ -143,7 +143,7 @@ This project provides a robust and secure authentication system for your Node.js
143
143
144
144
[Go to Table of Contents](# table-of-contents)
145
145
146
- # # API Endpoints <a name="api-endpoints"></a>
146
+ # # API Endpoints
147
147
148
148
` ` `
149
149
POST /register - Register a new user
0 commit comments