Skip to content

Latest commit

 

History

History
109 lines (72 loc) · 3.56 KB

README.md

File metadata and controls

109 lines (72 loc) · 3.56 KB

RetroZeb

Github top language Github language count Repository size License

🚧 RetroZeb 🚀 Under construction... 🚧


About   |   Technologies   |   Requirements   |   Starting   |   License   |   Authors


🎯 About

Web application that allows Zebrands to analyze the metrics obtained in each sprint, address end-of-sprint questions and propose suggestions for improvement in order to have a more efficient retrospective process, seeking to improve individual and team performance for future sprints.

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/SJBauer0/Fiori_Zebrands

# Access
$ cd frontend
$ cd backend

# Install dependencies
$ yarn

# Run the project
$ yarn start

# The server will initialize in the <http://localhost:3000>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

🎁 Authors

Made with ❤️ by Fiori 🌸

🧠 David Langarica
🧠 Frida Bailleres
🧠 Juan Pablo Cabrera
🧠 Marco Retana
🧠 Santiago Rodriguez
🧠 Sebastian Bauer

 

Back to top