CreatorVerse is a full-stack web application that that allows users to log in and post their favorite content creators. I used React and Pico.css for the frontend, Express.js for the backend, and PostgreSQL for the database. I also used Google Firebase for authentication and Axios for handling HTTP requests/responses. I hope to implement more features in the future so that users can friend each other so they can view each other's favorite content creators! I still have lots to improve on in CreatorVerse, so I am looking forward to fixing any bugs, testing edge cases, as well as improving on the UI and functionality!
-
Clone this repository
-
Run these commands in your terminal:
- cd server
- npm install
- npm start
- [open a new terminal]
- cd client
- npm install
- npm run dev
-
Make your way to http://localhost:5173 and you should now be on the Log In page!
-
Enter these test emails and passwords to view prepopulated home pages:
-
Email #1: [email protected]
-
Password #1: Testing123!@
-
Email #2: [email protected]
-
Password #2: testing456!
-
-
You should now see a couple of my favorite content creators! Feel free to play around with the different features available or sign out and create your own account to share your favorite content creators!
Made by Andrew Chen
