Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kemkartanya/blog-site
https://github.com/kemkartanya/blog-site
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kemkartanya/blog-site
- Owner: kemkartanya
- Created: 2024-05-03T10:34:59.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-03T10:43:13.000Z (9 months ago)
- Last Synced: 2024-05-03T14:51:40.857Z (9 months ago)
- Language: JavaScript
- Size: 362 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```