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

https://github.com/subhash3/database-in-c

A small database in c
https://github.com/subhash3/database-in-c

Last synced: 8 months ago
JSON representation

A small database in c

Awesome Lists containing this project

README

          

# Database-in-c

- - - -

*What this program does?*

This program basically enables the users to signup, login and bookslots for an auditorium.

*Description of files*

1. database.c:
> source code of the program written in c
2. database :
> Compiled database.c file
3. nice.txt :
> Contains some c code to get started without wasting time to type the same stuff repeatedly.
4. vic :
> A bash script - Opens a file in vim and copies all the stuff from nice.txt to that file.
5. users/ :
> It is a direcory containing all the registered users.