U-Plan-It is a user-friendly application that allows anyone, from a first-time host to a seasoned party planner, to effortlessly organize a perfect event. With U-Plan-It, you can name your event, set the date, and choose the perfect location. But that’s not all! U-Plan-It also enables you to create and monitor a detailed budget, breaking down costs for food, rentals, supplies, and entertainment. Our intuitive dashboard ensures that you see the big picture at a glance, keeping track of all your upcoming events and their details!
To install U-Plan-It:
Clone the repository: https://github.com/Felipe1995c/U-Plan-it
Navigate to the project directory
Open the terminal and install the dependencies by running the command: npm install
Set up the PostgreSQL database:
psql -U postgres
to open the PostgreSQL command line interface. If prompted, input your password.\i schema.sql
and press Enter.
Now your database is ready to use!Remove '.EXAMPLE' from the .env.EXAMPLE file renaming it to .env
Configure that .env file with your database credentials
Seed data to your database. In the terminal run the command: npm run seed
npm start
This project was made possible with the help of: