An open API service indexing awesome lists of open source software.

https://github.com/leandrorsant/typescript-buzzfeed-clone

Buzzfeed clone in typescript
https://github.com/leandrorsant/typescript-buzzfeed-clone

cassandra-database datastax typescript

Last synced: 11 months ago
JSON representation

Buzzfeed clone in typescript

Awesome Lists containing this project

README

          

# About this project
The fontend code was developed in [typescript](https://react.dev/learn/typescript) and the backend is API which fetches json data from a database hosted at
[Datastax](https://www.datastax.com/).

## To run this project

Clone this repo
```
git clone https://github.com/leandrorsant/typescript-buzzfeed-clone
```

Navigate to the newly created project folder
```
cd typescript-buzzfeed-clone
```

Install dependencies
```
npm i
```

Start server
```
npm run start:backend
```

Start frontend
```
npm run start:frontend
```

### `Screenshots`