Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.18 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.18 KB

me_qprofile

QProfile is a beautiful portfolio that is built using React JS, Gatsby JS and hosted on Netlify and Heroku. It is a part of Stage 1 of the Crio Winter of Doing program. We get introduced to Full-Stack development by building a beautiful portfolio i.e. QProfile that used some latest technologies like React JS, Gatsby JS and hosted on Netlify and Heroku in which we also used API concepts and HTTP concepts too.

Folder Structure

Folder Description
profile-frontend Contains the frontend code of the project
profile-backend Contains the backend code of the project

How to run the project

Frontend

  1. Go to the profile-frontend folder
  2. Run npm install to install all the dependencies
  3. Run npm start to start the development server

Backend

  1. Go to the profile-backend folder
  2. Run npm install to install all the dependencies
  3. Run npm start to start the development server

Tech Stack

Frontend

  • React JS
  • Gatsby JS
  • Netlify

Backend

  • Node JS
  • Express JS
  • Heroku