Conclase_Academy-Blog

A blog for techies to posts tech related contents

This application uses Nodejs, Express, PostgresQl to build the Conclase Academy Blog Backend Web application

Working With this Project

To Run the Project in Development Mode

  1. Clone the Repository to your local machine: Run this in the terminal in the location you would like to save the repository locally:
git clone https://github.com/Danbaba1/Conclase_Academy-Blog.git

Or fork the repository and work on your own version.

  1. Install Dependencies: Enter the repository folder and install the dependencies. You need to have Node and Npm installed to run this step.
cd Conclase_Academy-Blog
npm install

This will install the dependencies based on the information in the package.json file.

  1. Environment Variables Create a .env file in the folder
touch .env
  1. Run the Application
npm start