Skip to content

nokia-wroclaw/innovativeprojects-employees-announcement

Repository files navigation

Employees announcements

Project information

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.

Instalation

# 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 .

Deployment

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

Technologies

Authors

Dawid Białek
Dawid Białek

Szymon Bal
Szymon Bal

Kamil Śliwa
Kamil Śliwa

Łukasz Gil
Łukasz GIl

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published