Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.