Skip to content

Latest commit

 

History

History
70 lines (50 loc) · 1.86 KB

README.md

File metadata and controls

70 lines (50 loc) · 1.86 KB

nexus-task

A Full stack Task management app build

Main Features

  • User authentication, registration
  • User can create, list, update or delete the tasks
  • Main pages, Login, Register and Home
    • Home page is only accessible if user is logged in (cookie based authentication)

How to start:

$ git clone https://github.com/Abhishek765/nexus-task.git

Server setup:

$ cd server
$ yarn # or npm i
  • check .env.sample to setup the environments
  • Setup MongoDB and get the database url

Start server

$ yarn dev # npm run dev

Frontend setup

$ cd client
$ yarn 
$ yarn dev
  • Make sure to create .env in your FE root and add VITE_SERVER_URL (your backend server url)

Screen shots:

  • Registration page image

  • Login page image

  • Main home page image

Final Deployed App:

Video Demo