-
Notifications
You must be signed in to change notification settings - Fork 0
therealdj97/Express.js-REST
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
techstack
CRUD using MERN
mongodb used sample data from mongodb
express
react
nodejs
mongoose odm
Realtionsal vs mongodb
database -- database
Table -- collection
Row -- Document
Index -- $lookup
Foreign key -- Referance
created free account on mongo db used sample dataset from mongodb
npm install y
npm install express cors mongodb dotenv
express = webserver
cors = allows ajax requests to skip same origin policy & accesss requests from remote hosts
provides express middleware which can enable cors with different options
mongodb = allows to connect to mongodb
.end = process.env files
nodemon = for obvoious reasons
in package.json
"type" : "module",
// allows to use import statement from es6 //
api/dao data accesss object to connect to db
About
REST API made using expressjs
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published