Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 836 Bytes

File metadata and controls

37 lines (23 loc) · 836 Bytes

Instructions to clone this repo

Steps

  1. git clone https://github.com/mohamedaflah/taskmngment_task.git
  2. cd client
  3. npm install
  4. npm run dev
  5. add new terminal without closing existing terminal
  6. cd ../server/
  7. npm install
  8. npm run build
  9. npm start

Currently I am facing some issues in my deployed project front and backend because I am using free hosting service that why you can clone and test this project this work perfectly with all functionality

Ensure .env file added in both client and server, refer .env.local and env.sample.txt file

Home page

Home page

Add new column

Add new column

Add task in column

Add task in column

Drag and Drop Area

Drag and Drop Area