Skip to content

Darrick-Oliver/JibJab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JibJab

Backend Node.js Workflow

Build and Deploy Node.js to Azure

Check out the deployment here

Description

JibJab is a social media app created to allow users to communicate in their local geolocation. Users can make a profile, login to their account securely, see messages from other jabbers, adjust a distance slider, react to posts and much more. This app creates a community in your area allowing you to effectively communicate with your peers.

Links

Wiki

CI deployment

UI prototype

Dev Environment Setup

Clone Project

git clone https://github.com/Darrick-Oliver/JibJab.git

Installing all libraries (from main folder):

cd frontend && npm i && cd ..
cd backend && npm i && cd ..

Setting up Prettier/ESLint:

Add prettier plugin to VSCode (optional):

https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode

Command to run prettier format in ./frontend and ./backend:

npm run format