You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
The API_Names project is designed to find a name and its possible variations from a given name, and correct any misspellings. It uses the Metaphone (br) algorithm to search the database and the Levenshtein distance method for correction.
4
4
5
+
## Features
6
+
- JWT Authenticantion
7
+
- Limited access by Token
8
+
- Signin
9
+
- Login
10
+
- log local and imported to the database from time to time
11
+
- middlewares
12
+
5
13
## How to Run
6
14
7
15
Before running the API, make sure you have MySQL installed on your machine. Then, create a .env file and set the following environment variables:
0 commit comments