Student Chats is an online platform for students/developers who want to communicate with each other, learn new things and grow. This basic project contains a landing page that allows you to go to a login page if you have already registered or to a register page if you are new to the forum. After successfully logging in it will take you to the home page containing all the chats and also a text input to send in messages. The navbar contains a logout button and also a website assigned user profile photo.
The tech stack used here is,
-
HTML5
-
CSS3
-
ExpressJS 4.18.1
-
NodeJS 16.17.1
-
Mongoose 6.6.5
Before contributing look into
CONTRIBUTING GUIDELINES
To install the dependencies use:
npm install
To run the project use:
nodemon app
or
npm start
To connect to mongodb use:
mongod
mongo
To see the list available:
show dbs
Click here for the UI design and prototype of the project.
A student forum web app where you can send and read messages and communicate with the developer community and stay updated on the latest technologies.