Skip to content

jashAtgit/mini-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini-project

Banking Management System in C

How to run?

Compile server.c and client.c

gcc server.c -lcrypt -o server
gcc client.c -lcrypt -o client

Run the server like so

./server 

and client as

./client

Admin Credentials

username: admin

password: 1234

System Programming Concepts used

Process Management, File Management, File Locking, Inter Process Communication Mechanisms.

Github Repo Address

mini-project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages