A social networking platform for current students and alums of Primus Public School.
- Clone the repo with
git clone https://github.com/RheaAdh/Alumni-Portal.git
- Then from root/api run
npm i && npm start
- Then from root/client run
npm i && npm start
- Then from root/socket run
npm i && npm start
- Frontend Pages present in
/client/components/pages
folder. - SCSS file when changed make sure to use
Live sass compiler
extension to map it to its corresponding css else it will not reflect in the website. - Style sheets present in
/client/styles
. - Models present in
/api/models
folder. - Middleware present in
/api/middleware
folder. - Backend Routes present in
/api/routes
folder. - You can directly register and login if you want to see the dashboard for now without verification for ease in development.
- Feed
- Community Page
- Save Posts
- Chat
- React.js
- Node.js and Express.js
- MongoDB
- Socket.io
- Scss
Copyright © 2021 Rhea Adhikari.
This project is MIT licensed.