Skip to content

In this App, you can assign Todos to the other person in a certain project, however, for now, the project owner and assignee can view the same projects, in which they both lie, and both can assign Todos to each other.

yogendrajs/Collaborative-Todo-Backend

Repository files navigation

Collaborative-ToDo React App Backend

This is the backend of my Collaborative Todo-Frontend-Repo that has been built on ReactJS.
In this Backend part, I have used Axios-API to fetch and send data to the frontend and vice-versa. I have used ExpressJS to do so. I have also used JWT-authentication to verify the user.
In this App, you can assign Todos to the other person in a certain project, however, for now, the project owner and assignee can view the same projects, in which they both lie, and both can assign Todos to each other.
To store data, I have used MySQL database. You do also need to install it, if you're gonna use this app.

Requirements and Installation

First, open your terminal, and clone the app, then type, npm install to install the necessary dependencies onto your system.
Next, type npm start to start your localhost server on Port 4000.
You need to start your Frontend server as well, that has been maintained at Port 3000. Now, you're ready to go.

Happy Coding :)

About

In this App, you can assign Todos to the other person in a certain project, however, for now, the project owner and assignee can view the same projects, in which they both lie, and both can assign Todos to each other.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published