Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1020 Bytes

README.md

File metadata and controls

62 lines (39 loc) · 1020 Bytes

Sport Center

Sport Center is a web application for sport events around the world.

alt text alt text

Installing the App

  1. Clone the repository
git clone [email protected]:dobroslav-atanasov/Sport-Center.git
  1. Open app folder and install npm packages
npm install
  1. Start the app
npm start
  1. The app listens on port 3000
http://localhost:3000/

Installing the Server

  1. Open server folder and install npm packages
npm install
  1. Start server. The server linstens on port 3333
node index

Run tests

  1. Run unit tests with command
npm test

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details