Skip to content

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

Notifications You must be signed in to change notification settings

swaaap-nil/BloggingWebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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