Skip to content

Registration system using JSON file as database with CRUD and someother basic file operations

Notifications You must be signed in to change notification settings

SumithRaj05/Registration-System-CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple project to learn how DataBase actually works. In this project, JSON format is to be used in order to store the data.

So in order to use JSON format clone https://github.com/nlohmann/json.git repository by command: git clone https://github.com/nlohmann/json.git and copy json/single_include/nlohmann header files in same directory as database.hpp file.

run file by command: ./index

SignUp option


Profile of user



Edit profile option



Updated Profile



Json format of the data stored



About

Registration system using JSON file as database with CRUD and someother basic file operations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages