Skip to content

Deeraj2/Mind-Tales

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

Mind-Tales

Mind-Tales image MindTales is a blog app where expert and undiscover voices write their thoughts, ideas, story etc. User can publish or unpubish the blog and like, comment, save, delete and view the other user profile. Implemented the entire login system to allow CRUD operation on the user blog.

Installation

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/

Design

Database:

2 tables:

  • Users: Stores everything about the user.
  • Blog: Stores all the detail about the blog i.e. like, comment, save, publish, UserId

Server-Side:

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:

  • Front-end is fully developed in ReactJS using npx create-react-app boilerplate.

Made Using:

Tools:

  • Visual Studio Code
  • Insomnia
  • Robo 3T 1.4.3

About

MindTales is a blog app where expert and undiscover voices write their thoughts, ideas, story etc

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors