Skip to content

sachingw777/TaskED

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskED

Live Demo

Run in Postman

Features

  • Authentication & Authorization:

    • User login with username and password

    • Passwords are encrypted with bcrypt.

    • Users are authenticated via JWT (Bearer Token).

    • One cannot manage tasks and view user profile without being authenticated

    • One cannot edit or delete tasks created by other users

  • Manage campground tasks with basic functionalities:

    • Create, edit and delete tasks

    • Upload photos

  • Pagination support.

  • Sorting and Filtering as per user's needs.

Getting Started

This app contains API secrets and passwords that have been hidden deliberately, so the app cannot be run with its features on your local machine. However, feel free to clone this repository if necessary.

  • To run this app you need to use Postman (or any other client) to test out the project. Link is given in the documentation to run from postman. No need to write scripts or set up environment, everything has been already set up for ease of use. Please make sure you are using the latest version of postman.

Clone or download this repository

git clone https://github.com/sachingw777/TaskED.git

Install dependencies

npm install

or

yarn install

Built with

Back-end

Platforms

License

About

REST API for productivity management.

Topics

Resources

Stars

Watchers

Forks