/assignment_calendar_event_planner

I'll pencil you in on Tuesday around noonish?

Primary LanguageJavaScript

Calendar Event Planner

Introduction

This is a simple calendar event planner that runs on PostgreSQL.

Technologies Used

PostgreSQL, Node, Express

Getting Started

Clone the repository and install dependencies. Create a Postgres database on your local machine titled assignment_calendar_event_planner_development. Populate the database with mock data using npm run seed. Run the file with node app.js.

Deployment Link

A deployed version of this project may be found here.

Try creating different resources like events, users, and invitations. You can also view individual resources by clicking on them.