Skip to content

Latest commit

 

History

History
77 lines (46 loc) · 2.16 KB

File metadata and controls

77 lines (46 loc) · 2.16 KB

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