Skip to content

marti157/react-todo-list-with-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React extended Todo list

This project uses React with an Express backend, and MySQL database.

Setup

$ cp react-todo-list-backend/config-sample.js react-todo-list-backend/config.js

$ cp react-todo-list-client/src/api/config-sample.js react-todo-list-client/src/api/configs.js

Edit both new config.js files to add credentials/ports.

Execution

React client

react-todo-list-client/ $ yarn start

Express server

react-todo-list-backend/ $ node index.js

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages