An open API service indexing awesome lists of open source software.

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++

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

![leveldb](https://dbdb.io/media/logos/leveldb-horizontal.png)