Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

h-okay/fullstackopen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fullstackopen

Solution repo for https://fullstackopen.com/


Part 1

courseinfo

cd part1/courseinfo && npm install && npm run start

unicafe

cd part1/unicafe && npm install && npm run start

anecdotes

cd part1/anecdotes && npm install && npm run start

Part 2

courseinfo

cd part2/courseinfo && npm install && npm run start

phonebook

Has a developer dependency of json-server. Add "server": "json-server -p3001 db.json" to package.json scripts and run

npm install && npm install json-server --save-dev && npm run server
npm run start

countries

Create an .env file with the following content REACT_APP_WEATHER_API_KEY=<YOUR_API_KEY> then run

npm install && npm run start

About

Submission repository for Full Stack Open 🌐

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published