mit.db/README.md
Killer Boss Original 7297f18d0a
Update README.md
2022-07-05 19:19:32 +02:00

19 lines
584 B
Markdown

# Database
A quick-deploy database server
installation:
- download the code from [here](https://github.com/FIUSdevelopment/database-server/archive/refs/tags/1.0.0.zip)
- 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