This is a mini linkedin like website.This website covers all basic functionalities of linkedin like updating profile, add skills/education,
applying for jobs,profile visits, connect/remove users, like/unlike posts,etc. in the employee/intern side and
posting/deleting jobs, visit applicant's profile, update profile, etc. on organisation side.
Server-side
: Node.js, Express
Database
: Mongodb
Client-side
: Angular,Html,CSS
clone the repository, install all the dependencies(mentioned in package.json), set up config files and navigate to the client and backend/src
and run the following commands respectively-
ng serve (for angular)
npm run dev (for node)