Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/goldenhub/fullstackopen

Backend implementation of note app using nodejs
https://github.com/goldenhub/fullstackopen

cors cors-proxy database database-schema deployment docker dotenv env environment-variables error-handler express-error-handler express-middlewares express-server flyio json-parser mongodb mongoose nodejs static-build static-middleware

Last synced: 3 days ago
JSON representation

Backend implementation of note app using nodejs

Awesome Lists containing this project

README

        

# 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