Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operating Systems - Miniproject (IMT2020065)

===================================================

INSTRUCTIONS TO RUN THE CODE :

gcc init.c -o init
gcc server.c -lpthread -o server
gcc client.c -o client

./init
./server
./client

==================================================

PROJECT DETAILS :

- Use the following admin credentials to login as admin
	username : admin
	password : pwd

- Only admin can create new bank accounts.
- Anyone can create new users. The admin must enter username when making new accounts.
- Make sure to change the port number in header.h when running the code multiple times.

- One user is already created :
	username : user
	password : pwd

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages