This is a simple task list application built with Angular and using a REST API to store and retrieve tasks with json.
To run this application, you will need:
- Node.js
- npm
- Angular CLI
To get started, follow these steps:
- Clone this repository
- Run
npm install
in the project folder to install the required dependencies - Run
ng serve
to start the development server - Run
npm install
in the api folder - Run
node .
to start the API server - Open
http://localhost:4200
in your browser to view the app
This app uses a simple REST API to store and retrieve tasks. The API endpoints are:
GET /api/tasks
: Get all tasksGET /api/tasks/:id
: Get a task by IDPOST /api/tasks
: Add a new taskPUT /api/tasks/:id
: Update a task by IDDELETE /api/tasks/:id
: Delete a task by ID
- finish the basic logic
- make it look nice
- create an api
- add login **** not gonna happen
- finish the api
- add some database
- put on aws, azure, duno...
- put on portfolio
AAAAAAAAAHHHWWWWWWWWWW