Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohammadraufzahed/conduit
Conduit is a hubby project that is a clone of the Medium website. It has a backend built with NestJS and a frontend built with NextJS. Turborepo is used for managing the repository and apps.
https://github.com/mohammadraufzahed/conduit
conduit nestjs nextjs realworld
Last synced: about 2 months ago
JSON representation
Conduit is a hubby project that is a clone of the Medium website. It has a backend built with NestJS and a frontend built with NextJS. Turborepo is used for managing the repository and apps.
- Host: GitHub
- URL: https://github.com/mohammadraufzahed/conduit
- Owner: mohammadraufzahed
- Created: 2023-01-06T09:29:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-03T15:43:39.000Z (about 1 year ago)
- Last Synced: 2023-12-03T16:29:05.327Z (about 1 year ago)
- Topics: conduit, nestjs, nextjs, realworld
- Language: TypeScript
- Homepage:
- Size: 1.27 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Conduit
Conduit is a hubby project that is a clone of the Medium website. It has a backend built with NestJS and a frontend built with NextJS. Turborepo is used for managing the repository and apps.
## 📋 Table of Contents
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Running the App](#running-the-app)
- [Running the Tests](#running-the-tests)
- [Built With](#built-with)
- [Contributing](#contributing)
- [Versioning](#versioning)
- [Authors](#authors)## 🏁 Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### 📋 Prerequisites
- [Docker](https://www.docker.com/)
- [Docker Compose](https://docs.docker.com/compose/)## 🚀 Running the App
To run the app, use the following command:
```bash
docker-compose up
```
The app will be available at http://localhost:3000.## ⚙️ Built With
NestJS
NextJS
Turborepo## 🤝 Contributing
If you'd like to contribute to this project, please follow these guidelines:
- Fork the repository.
- Create a branch for your feature.
- Commit your changes.
- Open a pull request.## 📦 Versioning
This project uses Semantic Versioning.
## 👥 Authors
[Mohammad Raufzahed](https://github.com/mohammadraufzahed)