Skip to content

olawanlejoel/PostHive

Repository files navigation

PostHive App Demo

Welcome to the PostHive app demo! This app showcases the power of Remix, Prisma, and Neon for database management.

Technologies Used

  • Remix - Check Remix documentation for detailed information.
  • Prisma - Prisma's documentation for database handling.
  • Neon - Explore Neon's documentation for database integration.

Getting Started

Clone the Repository

First, clone this repository to your local machine:

git clone https://github.com/yourusername/PostHive.git
cd PostHive

Install Dependencies

Navigate to the project directory and install the necessary dependencies:

npm install

Set Up Environment Variables

Create a .env file in the root directory and include the PostgreSQL connection link in this format:

DATABASE_URL=your_postgres_connection_link_here

Replace your_postgres_connection_link_here with your actual PostgreSQL connection link.

Branches

master

The master branch contains all the code that is fully functional and operational.

starter-files

The starter-files branch contains files that walk you through the process of following the demo of this article.

Feel free to explore each branch to understand different aspects of the app.

Running the App

After setting up the environment variables and installing dependencies, start the app using:

npm run dev

This command will launch the app locally for you to explore.

Contributing

Feel free to contribute by forking this repository, making changes, and submitting pull requests.

Happy coding!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published