Employees announcements is a web application for managing internal employee announcements. Its purpose is to improve the management of buy/sale messages people send and receive.
# Clone this repository
$ git clone https://github.com/nokia-wroclaw/innovativeprojects-employees-announcement
# Go into the repository
$ cd /innovativeprojects-employees-announcements
# Install dependencies
$ npm install
# Start the backend server
$ npm start
# Open a second console session and enter frontend repository
$ cd client
# Install dependencies
$ npm install
# Start the frontend server
$ npm start
Also pass your mongoURI in /config/keys.js .
This repository has docker-compose.yml
file so if you have docker-compose installed you use it.
# Start application
$ docker-compose up
# Stop your services
$ docker-compose down
- Backend
- Frontend
- Database
Dawid Białek |
Szymon Bal |
Kamil Śliwa |
Łukasz GIl |