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

https://github.com/androidbeingx/php_pt1

A class project. It is a restaurant web applying what has been learned about php.
https://github.com/androidbeingx/php_pt1

files php session-management

Last synced: 7 months ago
JSON representation

A class project. It is a restaurant web applying what has been learned about php.

Awesome Lists containing this project

README

          

# PHP_PT1
A class project. It is a restaurant web applying what has been learned about php.

## _Web instructions_

With php code this web works like a running restaurant.

It works with few txt simulating a database, so to run the web correctly it is covinient to run this code.

```sh
sudo chmod 777 files/*
```

## Features

- You can login and register.
- There are few tyes of users: visitor, registered, staff, admin.
- Every user have diffrent levels of acces to the web.
- The part of admin user and menus will be added in the future.
- Works with a sessions.
- The directory fn-php compiles every function that runs in the main section web.