📅 : 12/03/2020 to 01/05/2020 | 📵 : Only on laptop | 🇫🇷 French Developers
This project aim to represent a manage administration of projects of developers. It can be assimilate to Github.
- JSon
- AngularJS
- Node.JS
- Ember
students on BTS SIO on the Saint Ursule High School in Caen.
@TheoMarie, @ThomasFont3721, @ThomasHolley
- Log in/Log out of the application
- Modify account informations
- Create a project
- Add one or several stories in a project
- Delete a story in a project
- Assign story points
- Affect / withdraw a story to a developer
- List the developers who participate to a project
- List the project which i have created
- List the project where i have participated (participation at least to one user story in the project)
- List the priority projects ( due date close)
- List the priority stories ( owned to a priority project and not end)
- List the task i have realised ( order by priority and classed by Project/story)
- Add a step
- Change a story of stage (Todo, In progress, Done…)
- Manage the tags (creation, modification, removal)
- Add / withdraw a tag on a story
- Add / withdraw tasks to a story
- Note a task like done
- Consult a project
- Consult a story
- Display the board of a project
- Display the dashboard of a user
- Ember-CLI
- Vendor
Frameworks used in the project.
- EmberJS. Framework JS.
- BootStrap. Framework Css.
Project deployment used
- Heroku
- REST RESTHEART
- MongoDB
- Semantic-UI
- Fomentic-UI
Development environment used
- Visual Studio Code
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome
git clone <repository-url>
this repositorycd td4
npm install
ember serve
Mongod
⚠️ in case of port problem with mongoDB, execute mongodb on another port like 27017 :mongod --port 27117
java -jar restheart.jar
⚠️ in case of port problem with restheart, modify the configuration file
- modify port 8080
- comment the security part of line 165
- execute restheart.jar specifying the configuration file modify :
java -jar restheart.jar etc/restheart.yml
- Visit your app at http://localhost:4200.
User ID : [email protected] Password : user
-
Development Browser Extensions
Login Register Profil Page SearchBar on Click Display all the projects Display all the developers Create a New Project Display a project Display the Dashboard of the project Display the Stories of the project Display the Contributors of the project Display the Tags of the project