Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeliverEat project, now a normal bakery as opposed to original theme. #8

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/node_modules
/static/bundle.js
/static/bundle.map.js
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: node server.js
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## README

Run npm install to install all of the required dependencies.

Make sure the port number within the server.js file is accessible. Change to whatever suits you but make sure to restart the server by running the command node server.js.

Open local host with the matching port number in your browser to access the site.

Features include a reviews section on the home page, the ability to make orders within the menu route, and access to old orders which can be deleted or reorderd.

Technologies include React, react-router, JavaScript, Node.js, Express.js, RESTful API design.



# Delivereat

Let's create an app that allows customers to order food online.
Expand Down Expand Up @@ -79,10 +93,4 @@ fetch('http://localhost:8080/api/order', {

* Check out [Nodemon](https://nodemon.io/) to automatically rebuild and restart your server when changes are saved.

## README

* Produce a README.md which explains
* what the project does
* what technologies it uses
* how to build it and run it
* any unresolved issues the user should be aware of
Binary file added assets/fonts/VICTM.TTF
Binary file not shown.
23 changes: 0 additions & 23 deletions index.js

This file was deleted.

Loading