Goldenhub / fullstackopen

Backend implementation of note app using nodejs

Home Page:https://nodenote.fly.dev/api/notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fullstack open assessments

Created with CREATE REACT APP | Node/Express | MongoDB (mongoose ODM)

Folders to note:


part3 - Node app. Built with express server and other middlewares (cors, json-parser, express-error-handler, dotenv) && data persisted with MongoDB (mongoose ODM) && Runs the static build of the React Note App in part2/phonebook3

part2/phonebook3 - React Note App: development and production build


folder structure

  • part0
  • part1
    • courseinfo
    • anecdotes
    • unicafe
  • part2
    • courseinfo1
    • phonebook
    • phonebook2
    • phonebook3
    • phonebook4
  • styling
  • part3
    • phonebook-backend
    • phonebook-frontend
    • phonebook-fullstack