event-crud-cms is a full stack web application to Create, Read, Update and Delete a list of scheduled events. The front-end component uses React.js and Redux (among other technologies) to display and update the data as a single page application. The data for the application is retrieved from a back-end component that uses Express, Seqeulize, and PostgreSQL.
-
Install Node.js (if necessary)
-
Install Git (if necessary)
-
Clone this repo:
$ git clone https://github.com/tw3/event-crud-cms.git event-crud-cms
-
Install and run the backend application
-
Open a separate command prompt and navigate to the
event-crud-cmsdirectory -
Install and run the frontend application
-
Test it out at http://localhost:3000
This project is licensed under the MIT license, Copyright (c) 2017 Ted Weatherly.





