Skip to content

IndiraPriyadharshini-63/part0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fullstack Open - Exercise Submissions

This repository contains my submissions for the Fullstack Open course by the University of Helsinki. The course covers modern web development using JavaScript, React, Node.js, MongoDB, and more.

Repository Structure

The repository is structured according to the different parts of the course:

.
├── part0
├── part1
├── part2
├── part3
├── part4
├── part5
├── part6
├── part7
├── part8
├── part9
└── README.md

Each part contains exercise solutions for the corresponding section of the course.

How to Run the Code

Prerequisites

Make sure you have the following installed:

Running the Frontend

cd partX/frontend
npm install  # or yarn install
npm start

Running the Backend

cd partX/backend
npm install  # or yarn install
npm run dev

Replace partX with the appropriate part number.

Technologies Used

  • React.js
  • Redux
  • Node.js
  • Express.js
  • MongoDB
  • GraphQL
  • Jest
  • Cypress

Deployment

Some exercises may be deployed using:


This repository follows the course's best practices and is regularly updated with new exercises as I progress through the course.