REST API used for the member portal for TTLMakerspace. Express, Mongodb.
Go to file
2025-02-21 12:19:36 -05:00
.gitignore Initial commit 2025-02-20 14:57:12 +00:00
db.js initial commit 2025-02-20 10:00:56 -05:00
index.js add delete to cors 2025-02-21 12:19:36 -05:00
makerspace.members.json updates to sample data 2025-02-21 12:00:09 -05:00
package-lock.json initial commit 2025-02-20 10:00:56 -05:00
package.json initial commit 2025-02-20 10:00:56 -05:00
README.md add delete to cors 2025-02-21 12:19:36 -05:00
sample.json initial commit 2025-02-20 10:00:56 -05:00
staticserver.js initial commit 2025-02-20 10:00:56 -05:00

MemberService

REST API used for the member portal for TTLMakerspace. Express, Mongodb.

Export the testing data from local via Compass.

Git pull at the server.

Import the test data: mongoimport --db=makerspace --collection=members --file=makerspace.members.json --jsonArray --mode=delete

Start the server: nodemon --env-file=.env index.js