- Refer API Documentation for more info.
-
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.
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.
git clone https://github.com/sachingw777/TaskED.git
npm install
or
yarn install