Skip to content

Commit

Permalink
feat: first version of backoffice with orders handling
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesGresset committed Nov 12, 2024
1 parent 5b35f71 commit 9a02492
Show file tree
Hide file tree
Showing 25 changed files with 21,054 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build
.env

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

# .env format
```
REACT_APP_BACKEND_URL=
REACT_APP_BACKEND_PORT=
REACT_APP_SALT_HASH=
REACT_APP_BEARER_TOKEN= # Debug purpose - To be removed
REACT_APP_RESTAURANT_ID= # Debug purpose - To be removed
```

## Available Scripts

In the project directory, you can run:
Expand Down
Loading

0 comments on commit 9a02492

Please sign in to comment.