You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
ourEmpire ce47ac2ae2
add api(/users/job_names)
6 years ago
.github/workflows Update dockerimage.yml 6 years ago
client 💄 fix the bug in safari 6 years ago
db 🗃️ add a shell script to import data 6 years ago
docker 🐛 fix the bug of docker build 6 years ago
server add api(/users/job_names) 6 years ago
.gitignore 🙈 remove useless files 6 years ago
Dockerfile 🐛 fix the bug of docker build 6 years ago
README.md 📝 update doc 6 years ago

README.md

FindJob

This project aim to help college student to find a suitable job.

we use SpringBoot to write the back-end, and use React to write front-end.

Deploy

We use docker to deploy our application, you need to install docker in your machine and then run the following command:

docker pull ourfor/findjob:latest
docker run --privileged --name findjob -d \
-v /sys/fs/cgroup:/sys/fs/cgroup:ro \
-v $PWD:/root:rw \
-h db.server -p 80:80 \
-t ourfor/findjob:latest

the one more thing that you need to do is add ip.ourfor.sh and job.ourfor.top to your system hosts, and both of them point to 127.0.0.1.

Because of using systemd to manage daemon, this container works only unix like system, such as linux and macOS etc.

Wiki

Credit