Skip to content

Full-stack event management web app. Written in React.js, Node.js, Express.js, and PostgreSQL

Notifications You must be signed in to change notification settings

Zarina2311/event-recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event Recommender

Event Recommender is an event management web app. It allows users create, save, and delete events. Users can also search for events by keywords.

Written in ​React.js, Node.js, Express.js, and PostgreSQL​.

Setup Instructions:

Database

  • createdb eventonica
  • run eventonica.sql on Postgres

React

  • cd client
  • npm install
  • npm start

Express

  • cd server
  • npm install
  • npm start

Once both servers are running (Express on port 3000 and React on port 3001), open http:https://localhost:3001 to view the app in the browser.

About

Full-stack event management web app. Written in React.js, Node.js, Express.js, and PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published