https://github.com/yeukfei02/lunchpickeradmin
Lunch picker is the tool to help you to answer where should I have lunch
https://github.com/yeukfei02/lunchpickeradmin
admin-dashboard cms hacktoberfest lunch lunch-picker react-admin
Last synced: 7 months ago
JSON representation
Lunch picker is the tool to help you to answer where should I have lunch
- Host: GitHub
- URL: https://github.com/yeukfei02/lunchpickeradmin
- Owner: yeukfei02
- License: mit
- Created: 2021-05-24T13:43:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T11:55:22.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T01:27:28.597Z (9 months ago)
- Topics: admin-dashboard, cms, hacktoberfest, lunch, lunch-picker, react-admin
- Language: JavaScript
- Homepage: https://lunch-picker-admin.vercel.app
- Size: 711 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# lunchPickerAdmin
Lunch Picker Admin Portal
url:
```text
username: admin@admin.com
password: admin
```## Requirement
- install yarn
- install node (v14+)## Testing and run
```zsh
$ yarn// start project
$ yarn run start
```