Skip to content

This repository contains my submissions for the Full Stack Open course from the University of Helsinki.

Notifications You must be signed in to change notification settings

fabiankohlhaas/fullstackopen

Repository files navigation

Forks Stargazers LinkedIn


Logo

Full Stack Open

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contact
  4. Acknowledgments

About The Project

This repository contains my submissions for the Full Stack Open course from the University of Helsinki.

The course teaches React, Redux, Node.js, MongoDB, GraphQL and TypeScript. It is an introduction to modern JavaScript-based web development. It focuses on building single page applications with ReactJS that use REST APIs built with Node.js.

(back to top)

Parts

(back to top)

Built With

(back to top)

Getting Started

The following steps are necessary to run the projects.

Prerequisites

Install Node.js version 16.13.2 or higher:

Installation

  1. Navigate to the folder of the project you'd like to look at in your terminal, for Example:

    cd /YOUR-PARRENT-FOLDERS/fullstackopen/part1/anecdotes
  2. Run the followin command

    npm install
  3. Start the application

    npm start

Installing a local JSON Server

Some projects require a local JSON server to work. To install a JSON server, use one of the following commands.

  • Global Server:

    npm install -g json-server
  • Start:

    json-server --port 3001 --watch db.json
  • Start a local Server in the project directory without global installation:

    npx json-server --port 3001 --watch db.json

Contact

Project Link: https://github.com/fabiankohlhaas/fullstackopen

(back to top)

Acknowledgments

(back to top)

About

This repository contains my submissions for the Full Stack Open course from the University of Helsinki.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published