ShareThing is a site designed especially for colleges. It provides easy access to blogs, entities, topics, and other content posted by students within the college. As it is only available to college students in one particular college, students can discuss problems they have faced and find solutions. Additionally, the college can notify students about upcoming events, exams, and other activities through this system overriding the traditional notification system.
To run this project, you will need to add the following environment variables to your .env file
JWT_SECRET: json web token private string/key
DB_STR: mongodb atlas connection string
Before starting the project, you must install Nodejs or npm
...\sharething> npm install
...\sharething> node app.js
...\sharething> cd client
...\sharething\client> npm install
...\sharething\client> npm start
Check out the live demo of our site here
or Scan here
Note: Due to the fact that it's designed for college students, you can't just register yourself. For access to this website, you may receive a password or email from the college administration. For now use example@gmail.com as email and example123 as password.




