Skip to content

Abhishek765/nexus-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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