Skip to content

Commit

Permalink
fixed typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Talank authored Nov 21, 2021
1 parent 5d75432 commit fda56d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Chamena Griha
--------------------------------
A web project built using Web Technologies such as Html, Css, Javascript and Php.
A web project built using Web Technologies such as Html, Css, Javascript and PHP.
This project aims to simplify the food ordering and payment process in school and college canteens by removing the overheads such as long queues of people waiting for their turn to order food and make payment.

## Run the project in localhost
1) Create a db named `casdb` using mySQL
2) import the file `database/casdb.sql` in your newly created database.
3) start the php server `pap -S 172.17.0.1:8000`
3) start the php server `php -S 172.17.0.1:8000`

## Default users for testing purpose

Expand Down

0 comments on commit fda56d1

Please sign in to comment.