Timtech4u / employee-manager

A Multitenant App for Employees Mangement and Available Jobs (WIP) - Built with Django Multitenancy, DRF & VueJS...
21 stars 8 forks source link

Work on Job Listing using Vuejs #1

Closed Timtech4u closed 5 years ago

Timtech4u commented 6 years ago

Need to work on Job listings based on the /jobs/ endpoint.

mathagician commented 6 years ago

Hello @Timtech4u, I would like to work upon this issue, Can u please describe in detail about the issue.

Timtech4u commented 6 years ago

Hi @mathagician , this is an open employee manager portal, we make use of Django admin for managing employees.

However we want a front end for displaying jobs, we have documented API for jobs here: http://saidu.myemp.site/docs/#jobs-list

We're using Vuejs for the frontend.

jatempa commented 6 years ago

I want to work on this !

Timtech4u commented 6 years ago

@jatempa pls do, open a branch and create a PR.

jatempa commented 6 years ago

I have a trouble with the installation process. Please @Timtech4u can you send me an instructions file to setup?

Timtech4u commented 6 years ago

Hi @jatempa , you'll need to dependencies installed, you need to run the following commands:

pip install -r requirements.txt npm install

Note that the project uses Python3 and Vuejs. Kindly share any error you get with me.