Update README.md

This commit is contained in:
Hazem Krimi
2023-06-11 18:19:02 +01:00
committed by GitHub
parent 1fa5c411de
commit b18da3ca7f
+27 -34
View File
@@ -1,37 +1,30 @@
# Table of Contents # Access Accounts for The Demo
1. [Introduction](#Introduction)
2. [Features](#Features)
3. [Credits](#Credits)
# Introduction
This was my final year of studies projects where my collegue and I worked on a prototype for a project building solution for the agency we had an internship in called [Astrolab](https://astrolab-agency.com).
As there were lockdowns in Tunisia in 2020/2021 because of covid software agencies and clients could not have in person meetings to discuss a client's software project.
So the idea of Astrobuild is to reduce meetings and make the client participate with other stakeholders in the process of creating a software project by tracking and communicating with their associated product owner.
# Features
1. Client 1. Client
- Account management ```
- Project creation from choosing the templates, features and deliverables (Specification, design, MVP or full build) - Email: client@client.cc
- Project tracking - Password: 123456
- Chat with associated product owner for tracking and support ```
- Payment (WIP) 3. Product Owner
2. Product Owner ```
- Account management - Email: po@po.cc
- Management of templates - Password: 123456
- Review of projects and transferring deliverables ```
- Chat with clients on their projects 5. Developer
3. Developer ```
- Account management - Email: dev@dev.cc
- Features, categories and wireframes management - Password: 123456
4. Admin ```
- Identity and access management (WIP) 7. Admin
```
- Email: admin@admin.cc
- Password: 123456
```
# Technologies Used # Installation
The frontend project is a [React](https://react.dev) application with [TypeScript](https://www.typescriptlang.org) which consumes a set of [GraphQL](https://graphql.org) APIs using [Apollo GraphQL](https://www.apollographql.com) and a some REST APIs. Check the `.env.example` for the list of APIs to use then clone and run
A small components library with a custom theme was made for this project using [Styled Components](https://styled-components.com) which can be viewed at the `components` folder.
The prototyping feature was done using [React Flow](https://reactflow.dev) which is a library for creating and interacting with diagrams.
To view the full architecture of the application go [here](https://github.com/MedAmineFouzai/astrobuild-api/blob/main/README.md).
# Credits ```
- Mohamed Amine Fouzai: [GitHub](https://github.com/MedAmineFouzai), [LinkedIn](https://www.linkedin.com/in/amine-fouzai) yarn
```
For the backend configuration check [here](https://github.com/MedAmineFouzai/astrobuild-api)