Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kchousos/fullstackopen-backend
My solutions to the https://fullstackopen.com/en/ part 3 backend exercises.
https://github.com/kchousos/fullstackopen-backend
backend backend-api express fullstackopen nodejs
Last synced: about 2 months ago
JSON representation
My solutions to the https://fullstackopen.com/en/ part 3 backend exercises.
- Host: GitHub
- URL: https://github.com/kchousos/fullstackopen-backend
- Owner: kchousos
- Created: 2023-07-12T13:08:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-13T18:10:47.000Z (over 1 year ago)
- Last Synced: 2023-07-13T19:29:35.356Z (over 1 year ago)
- Topics: backend, backend-api, express, fullstackopen, nodejs
- Language: JavaScript
- Homepage: https://kcphonebook.onrender.com
- Size: 71.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* FullStackOpen (Back-end)
#+HTML:
This repo contains my solutions to the *part 3* exercises of the online course "Full Stack Open" by the University of Helsinki. You can find the site hosted at https://kcphonebook.onrender.com.
It is hosted in a different repo than the [[https://github.com/kchousos/FullStackOpen][rest]] of my solutions because of the following guideline:
#+begin_quote
It's recommended to do all of the exercises from this part into a new dedicated git repository, and place your source code right at the root of the repository. Otherwise, you will run into problems in exercise 3.10.
#+end_quote