CodePeters / DatabaseSystems-Ntua

Database Project for Database Systems course at Ntua 2016-2017.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DatabaseSystems-Ntua GPLv3 license

Database Project for Database Systems course at Ntua 2016-2017.

In this project we implemented a database where we store medicined, doctors, companies, pharmacys in different cities etc...

The stack used:

  • MySQL

  • Apache Server

  • Php

  • Bootstrap

  • JS


Contributors:

Vardas Manolis
Voutsinas Giannis
Petrou George

Password

In the file DatabaseSystems-Ntua/Project/database-SQL/creds_db.sql we use a seperate datavase for login, the username is George and the password is also George as you can see in the line:

insert into credentials values(1, 'George', 'c654d0a09166bdbc3632d006c92b09a09574666e');

You can easile set a new username, for password you need to store the sha1 encyption of the password in the database as above (we didn't store George as a password but the sha1 of this word...).


Example screenshots of the application:

License

This project is licensed under the GPLv3 License - see the LICENSE file for details

About

Database Project for Database Systems course at Ntua 2016-2017.

License:GNU General Public License v3.0


Languages

Language:PHP 99.6%Language:SQLPL 0.3%Language:JavaScript 0.1%