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

https://github.com/mouworks/m1ga

Hackathon demo - Job finding application for Mobile Device
https://github.com/mouworks/m1ga

Last synced: 10 months ago
JSON representation

Hackathon demo - Job finding application for Mobile Device

Awesome Lists containing this project

README

          

# 104 New Start
#### 104 hackathon demo
#### project name: m1ga

* Team Members:
* Mou.Wang (Backend/DevOps)
* Tim.Chen (Frontend Design)
* Mooncake Shu (UI/UX)
* Andy (Design)
---

* project display via Docker
* pre-req:
* `Docker` Environment
* `Makefile` support

* Install Steps:
* `git clone`
* `make build` - Build Docker Environment
* `make start` - Launch the app
* visit via `localhost:9090`
* `make stop` - Stop the app
* you need to manually remove docker images
----

* Screenshot

![image](screenshots/Intro.png)
![image](screenshots/UserSelect.png)
![image](screenshots/JobSelect.png)
![image](screenshots/SalarySelect.png)
![image](screenshots/ConditionSelect.png)
![image](screenshots/DisplayResult.png)
![image](screenshots/DisplayJobs.png)

---