https://github.com/devsargam/instagram-clone-backend
📷 A clone backend for propular social media site Instagram
https://github.com/devsargam/instagram-clone-backend
Last synced: about 1 year ago
JSON representation
📷 A clone backend for propular social media site Instagram
- Host: GitHub
- URL: https://github.com/devsargam/instagram-clone-backend
- Owner: devsargam
- License: mit
- Created: 2023-10-04T01:51:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T16:21:05.000Z (over 2 years ago)
- Last Synced: 2025-03-29T00:22:58.344Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 948 KB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
📷 Instagram Clone Backend
Just a hobby project, trying to create a clone instargam backend created with nestjs.
## Table Of Contents
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Tests](#tests)
- [Author](#author)
- [License](#license)
## Prerequisites
If your project needs any prerequisites or dependencies, list them here.
- node
- pnpm (preferred)
- docker
## Installation
Clone the project
```
git clone git@github.com:devsargam/Instagram-Clone-Backend.git
```
Setup the necessary environment variables
```
copy .env.example .env
```
### Completly with docker
Click Me
```bash
docker compose up
```
### With docker as db & mailhog provider (Recommend for development)
Click Me
Run `mailhog` & `Postgres database`
```
docker compose up postgres-db mailhog
```
Run the migrations with
```
npx prisma migrate dev
```
Run the server
```
pnpm start:dev
```
## Tests
Not implemented properly yet
## Author
**Author Name** Â : Â Sargam Poudel
**Author URI** Â Â Â : Â [www.sargam.me](https://www.sargam.me)
**GitHub URI** Â Â Â : Â [devsargam](https://github.com/devsargam)
## License
[](https://opensource.org/licenses/MIT)