RESTful-Todo-App
created a simple Todo list with the Pern Stack
- started the project by creating
- created folder for the clientside -got cdn code for bootstrap 4 -installed the create-react-app boiler plate -created folder for the serverside -create a package.json file -installed express pg dotenv nodemon cors
- created the backend with postgres datamanagement tool
- created the express server and connected the backend with express
- started created the clientside of the app