Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kemkartanya/blog-site


https://github.com/kemkartanya/blog-site

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# Blogging Site

Blogging site with functionalities of creating, updating and reading blogs

## Tech Stack

Frontend: Reactjs, Css

Backend: Nodejs, Expressjs

Database: MongoDB

## Run Locally

Clone the project

```bash
git clone https://github.com/kemkartanya/blog-site.git
```

Go to the project directory

frontend
```bash
cd client
yarn install
yarn start
```
backend
```bash
cd api
yarn install
npx nodemon index.js
```