Update README.md

This commit is contained in:
Killer Boss Original 2022-07-05 19:17:09 +02:00 committed by GitHub
parent 0e050023ba
commit a814c0f72b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,15 @@
# database # database
A quick-deploy database server A quick-deploy database server
installation:
- download the code from [here]()
- change the password in password.js (it need to be an array)
- for start do npm start
Save data in in ./data/database.json
This is the link:
ip://api/<auth-code>/database to get all db
ip://api/<auth-code>/database/<name> search name in the database
ip://api/<auth-code>/database/<name>/set/<value> set a name's value in the database
ip://api/<auth-code>/database/<name>/remove remove <name> in the database