
Clone the project :
//directory of the repository
cd Mind-Tales/
//install the packages
npm install//directory of the frontend folder
cd client/
//directory of the backend folder
cd server/2 tables:
- Users: Stores everything about the user.
- Blog: Stores all the detail about the blog i.e. like, comment, save, publish, UserId
Rest API:
- Express with 2 Routes.
- User: User route that checks if the user already has an account in the platform. If not, it inserts a new row in the User tables and fetches all the relevant info.When a user's name is searched in the search bar, the data of that user will be fetched from table.
- Blog: Blog route handles all CRUD, like, save and comment opeartion related to the blog.
- Front-end is fully developed in ReactJS using npx create-react-app boilerplate.
- Visual Studio Code
- Insomnia
- Robo 3T 1.4.3