Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theelysium/imt-s5-trombinoscope
Organisation chart with photographs of the students from different classes.
https://github.com/theelysium/imt-s5-trombinoscope
graphql react
Last synced: 7 days ago
JSON representation
Organisation chart with photographs of the students from different classes.
- Host: GitHub
- URL: https://github.com/theelysium/imt-s5-trombinoscope
- Owner: TheElysium
- Created: 2024-01-05T11:28:13.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-12T15:00:59.000Z (about 1 year ago)
- Last Synced: 2024-04-28T02:01:22.155Z (9 months ago)
- Topics: graphql, react
- Language: TypeScript
- Homepage:
- Size: 2.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# IMT-S5-TROMBINOSCOPE
## Description
Organisation chart with photographs of the students from different classes. Images and names are mocked.
The project is a React/Vite application with a NodeJS server & a GraphQL API.## Start project
On the root of the project run the following commands:
```
npm install
npm start
```The application will be available on http://localhost:5173.
The GraphQL API will be available on http://localhost:4000/graphql.