Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@nainglinnphyo nainglinnphyo released this 05 Oct 05:38
· 6 commits to deployment since this release

Open Graphify Release v1.0.0

馃帀 Welcome to the first official release of Open Graphify!

Release Highlights

Features

  • GraphQL Playground: Introducing the GraphQL Playground, a user-friendly interface to interact with our API. You can explore and test your queries and mutations seamlessly.

Database

  • Prisma Integration: We've integrated Prisma as our database ORM, making database operations smooth and efficient. Check out our updated schema in the documentation.

Database Backend

  • CockroachDB: Open Graphify now runs on CockroachDB, providing scalability and resilience to your data.

Documentation

  • Getting Started: Updated documentation to help you get started with the app, including installation and configuration instructions.
  • Schema: please refer to our docs guide line.

Getting Started

To get started with Open Graphify, follow these steps:

  1. Clone the repository: git clone https://github.com/nainglinnphyo/OpenGraphify.git
  2. Navigate to server folder cd server
  3. Install dependencies: npm install
  4. Configure your environment variables, including database connection settings.
  5. Run the app: npx prisma generate && npm run start:dev

For more detailed instructions, please refer to our Getting Started Guide.

Feedback and Contributions

We value your feedback and contributions. If you encounter any issues or have suggestions for improvement, please open an issue on our GitHub repository.

Credits

  • Thanks to the NestJS, Prisma, and Cockroach