Comment on page
todo-list
This is an example of a todo-list application with users, auth, and tasks that use React for the frontend application and genezio for deploying and developing the backend.
Below is the README file and GitHub link.
- 1.Run
git clone https://github.com/Genez-io/genezio-examples
- 2.Navigate to the folder
cd ./genezio-examples/javascript/todo-list
- 1.Run
npm install
in theserver/
folder to install the dependencies. - 2.Run
npm install
in theclient/
folder to install the dependencies.
- 1.Run
genezio local
in theserver/
folder to start the local server. - 2.Start the React app by going to the
client/
folder and runnpm start
.
- 1.Run
genezio deploy
in theserver/
folder that also contains thegenezio.yaml
file. This will deploy your code to the genezio infrastructure and it will also create an SDK that can be used to call the methods remotely. - 2.Start the React app by going to the
client/
folder and runnpm start
.
Last modified 5mo ago