:octocat: training-svelte_toDo_list
To Do List, is an Application build with Svelte, it's a basic exercise to learn how Svelte works, it allows basic CRUD operations using as backend a fake but very funtional REST API.
To get started you will first need the following installed on your machine.
Then you can download this repository, open two terminals window and navigate to the folder in each terminal, and then type the following.
Type the following in your first terminal
cd app/src/db
json-server --watch db.json --port 4000
Type the following in your second terminal
cd app
npm i
npm start
Go to the following URL on your browser
http://localhost:5000
Done!
You can handle ToDo List (CRUD)
Go to the following URL on your browser to see data into server
http://localhost:4000/todos