Skip to content

Platform for readers and writers to read, write and collaborate with each other.

Notifications You must be signed in to change notification settings

msadiq10/READ-IT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

READ-IT

What is READ-IT?

It is a full stack MERN application designed and developed by JLMars Developers that provides a collaborative content mash-up platform for readers and writers. The application allows the users to create short stories, poems, and to collaborate with other users to create content, and view created content of other users.

How to run the application

Our application is currently locally host. To run it on your device, you must first clone the repository to your preferred IDE. We recommend VS Code. Once you have opened the folder on VS Code, open a new terminal and split the terminal. Use the command cd client on the first terminal and #cd server on the second terminal. Run the command npm i on both terminals. image

Once it has finished installing missing dependencies, you use the command npm start on both terminals (first server side and then client side) to start the application. Note that you need to have nodejs installed and mongoDB setup for the application to run.

Homepage

image

image

Releases

No releases published

Languages

  • JavaScript 76.6%
  • CSS 22.3%
  • HTML 1.1%