Sport Center is a web application for sport events around the world.
- Clone the repository
git clone git@github.com:dobroslav-atanasov/Sport-Center.git
- Open app folder and install npm packages
npm install
- Start the app
npm start
- The app listens on port 3000
http://localhost:3000/
- Open server folder and install npm packages
npm install
- Start server. The server linstens on port 3333
node index
- Run unit tests with command
npm test
- Dobroslav Atanasov - GitHub Dobroslav Atanasov
This project is licensed under the MIT License - see the LICENSE.md file for details