Skip to content

ardaarslan47/TaskAssignmentProject

Repository files navigation

Task Assignment Project

This project is a simple task assignment application that allows users to track tasks with full crud functionality.


Features

  • Create, read, delete, update tasks
  • Sign in / register for display your tasks
  • Fully editable rows to using another purposes

Used Technologies

  • node.js
  • express.js
  • nodemon
  • dotenv
  • mongoose
  • bcrypt
  • ejs
  • exspress-async-handler
  • jsonwebtoken

Deployment: Render


Installation:

% git clone https://github.com/ardaarslan47/TaskAssignmentProject.git
% cd <project directory>
% npm install
% touch .env
- setup values for MONGO_URL, ACCESS_TOKEN_SECRET, PORT in .env
% npm start