A web app for students, to post gist about anything happening in their institutions, and chat with others.
-
Client:
- HTML5
- CSS3
- TailwindCSS
- SvelteKit
-
Server:
- Node (Express.js)
-
Database:
- MongoDB
- Create Post with Rich Text Editor
- Update, Delete and Edit Gists
- Separate Chat Room
- Node v16+ (recommended)
- Git
Clone the project
git clone https://github.com/benjithorpe/campus-gist.git
Go to the project directory
cd campus-gist
Install the dependencies
npm install
Start the dev server
npm run dev