Teamwork is an internal social network for employees of an organization. This application is meant to facilitate interaction between colleagues and promote bonding
-
run
git clone https://github.com/OwenKelvin/Capstone-Project---DevTrainingWithAndela---Teamwork.git -
create
.envinside/backendand add the below contents
DATABASE_URL=postgres://[username]:[password]@localhost:5432/[database]
CLOUDINARY_CLOUD_NAME=xxxxxxxx
CLOUDINARY_API_KEY=xxxxxxxxxxxxxxxxxxxxx
CLOUDINARY_API_SECRET=xxxxxxxxxxxxxxxxxxNB: remember to replace xxxxxxxxxx with your own configurations
The project has been managed using Povotal tracket at https://www.pivotaltracker.com/n/projects/2415382
Please find the documentation for the backend here A live preview is also available on https://capstone-project-teamwork.herokuapp.com
Source code can of the frontend can be found here A live preview of the front end can be found at https://owen-capstone-project-teamwork.herokuapp.com/