swaaap-nil / BloggingWebApp

Deploy your very own (Actually Usable) Blogging Website with few simple steps.

Home Page:https://quick-quill.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BloggingWebApp

Deploy your very own (Actually Usable) Blogging Website with few simple steps.

Sample Website Hosted At : https://quick-quill.netlify.app

The server shuts itself down if no requests have been made to it in an hour. So Hang On Let it warm up :)

Description

Blogging webapp written using NodeJS,React,GraphQL

Running the app

# clone the repo
$ git clone https://github.com/swaaap-nil/BloggingWebApp
$ cd BloggingWebApp

# SETTING UP THE BACKEND
$ cd server

# setup environment variables
$ touch .env
# now open this newly created .env file in any text editor and setup the variables

$ yarn install
$ yarn run dev


# SETTING UP THE FRONTEND
$ cd client
# setup environment variables
$ touch .env
# now open this newly created .env file in any text editor and setup the variables

$ yarn install
$ yarn run start

About

Deploy your very own (Actually Usable) Blogging Website with few simple steps.

https://quick-quill.netlify.app


Languages

Language:JavaScript 40.5%Language:TypeScript 39.2%Language:SCSS 16.8%Language:HTML 2.4%Language:CSS 1.1%