Skip to content

Commit 04956cb

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 04806c1 + 71c0e0d commit 04956cb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

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+
513
## How to Run
614

715
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

Comments
 (0)