Teamwork is an internal social network for employees of an organization. The goal of this application is to facilitate more interaction between colleagues and promote team bonding.
Server: Node.js, Express.js, PostgreSQL,
Clone the project
git clone https://github.com/boyeoffice/Teamwork-backend.git
Go to the project directory
cd Teamwork-backend
Install dependencies
npm install
Setup enviroment
cp .env.example .env
Run migrations
npm run migrate
Rollback migrations
npm migrate:rollback
Seed data into database
npm run seed
Start server
npm start
Run test
npm test