https://github.com/cetuuus/LoginAndRegistration
Login & Registration system using leveldb in C++
https://github.com/cetuuus/LoginAndRegistration
app cpp database leveldb login terminal
Last synced: about 1 year ago
JSON representation
Login & Registration system using leveldb in C++
- Host: GitHub
- URL: https://github.com/cetuuus/LoginAndRegistration
- Owner: cetuuus
- Archived: true
- Created: 2021-12-18T20:13:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-18T20:51:03.000Z (over 4 years ago)
- Last Synced: 2025-02-15T09:47:12.209Z (about 1 year ago)
- Topics: app, cpp, database, leveldb, login, terminal
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LoginAndRegistration
### 📚 Clone repo
```
git clone https://github.com/dev-cetus/LoginAndRegistration.git
cd LoginAndRegistration
```
### 💻 Install [leveldb](https://github.com/google/leveldb) via [vcpkg](https://vcpkg.io/en/index.html)
*Don't forget to [add vcpkg to the PATH](https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/)*
```
vcpkg install leveldb:x64-windows
vcpkg integrate install
```
Restart Visual Studio
