A prototype of an intra-firm social media web application developed for the imagined client company, Loop Agile. Frontend written in ReactJS with functional programming using React hooks and ChakraUI. Backend written in Node using Express and Sequelize.
To start the application first you need to create and fill in config.js
file in the node/src/database
directory.
Install the dependencies in both projects with npm install
in node/
and now/
directories.
Start the applications from both of the directories with the npm start
command.