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
- Host: GitHub
- URL: https://github.com/leandrorsant/typescript-buzzfeed-clone
- Owner: leandrorsant
- Created: 2023-10-27T10:16:27.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-29T09:40:19.000Z (over 2 years ago)
- Last Synced: 2025-03-16T21:26:59.995Z (about 1 year ago)
- Topics: cassandra-database, datastax, typescript
- Language: TypeScript
- Homepage:
- Size: 465 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`