Git Product home page Git Product logo

fullstackopen's Introduction

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)

fullstackopen's People

Contributors

fabiankohlhaas avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.