Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/judacarrillo/code-challenge-ia-tech
AI Tech technical test.
https://github.com/judacarrillo/code-challenge-ia-tech
Last synced: about 1 month ago
JSON representation
AI Tech technical test.
- Host: GitHub
- URL: https://github.com/judacarrillo/code-challenge-ia-tech
- Owner: JudaCarrillo
- Created: 2024-01-11T00:05:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-04T04:05:34.000Z (8 months ago)
- Last Synced: 2024-12-20T00:14:25.755Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Technical test
### Technical test using the following technologies:
- NodeJs Hapi
- Angular
- Typescript
- JavaScript
- Rabbit MQ
- Redis
- Swagger
- Docker
- Mysql## Initial Setup
1. Enter to directory `ms-security` and run `npm install` to install dependencies.
2. Enter to directory `ms-security` and run `npm start:dev` to start the server.
3. Enter to directory `ms-mail` and run `npm install` to install dependencies.
4. Enter to directory `ms-mail` and run `npm start:dev` to start the server.
5. Enter to directory `ms-client` and run `npm install` to install dependencies.
6. Enter to directory `ms-client` and run `npm start:dev` to start the server.
7. Enter to directory `frontend` and run `npm install` to install dependencies.
4. Enter to directory `frontend` and run `ng serve` to start the application.