Simple ToDo app made with ReactJS (front end) and Typescript - Express (backend)
- Run npm install to install all the dependencies
- Update the servers url (ip:port) in the serverIp.js file
- Run the server using npm run start or build using npm run build
- Run npm install to install all the dependencies
- Rename .env.default to .env and updated the values
- Create a new database in postgresql and run the init.sql
- Run the server using npm run start