Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimaslz/todoapp-trainning
App to play with testing.
https://github.com/dimaslz/todoapp-trainning
Last synced: 5 days ago
JSON representation
App to play with testing.
- Host: GitHub
- URL: https://github.com/dimaslz/todoapp-trainning
- Owner: dimaslz
- Created: 2021-07-10T14:45:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-10T14:47:12.000Z (over 3 years ago)
- Last Synced: 2024-11-04T01:42:21.393Z (about 2 months ago)
- Language: TypeScript
- Size: 259 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TODO app test training
This project is just to practice myself some testing in a Angular project and others in a Api with Express + Typescript and MongoDB.
It is a simple todo list in one page. There are more features that I can do, but little by little. The goal is practice and have a application example, not a final project.
Probably I will do the same application in others frameworks like React, Vue and Svelte.
## Angular Client
Go to [./angular-client](./angular-client) folder to join the web application.## API
Go to [./api](./api) folder to join the web api.## How to run?
In this folder, open a terminal and run `docker-compose up`. This will create 3 containers.
- client: Web application -> port `4200`
- api: Web rest api -> port `3002`
- mongo: Mongo database -> port `27017`Keep in mind to have this ports free before run.