generated from Arquisoft/lomap_0
-
Notifications
You must be signed in to change notification settings - Fork 2
Project's annotations π
Eduardo Blanco Bielsa edited this page Mar 27, 2023
·
12 revisions
- Check the official guide for wiki annotations https://www.markdownguide.org/
- Check NodeJS site to download NodeJS sources https://nodejs.org/en/download/
- Check the official site for npm docs at https://docs.npmjs.com/getting-started
- Check the following site for NodeJS (LTS version) docs at https://nodejs.org/dist/latest-v18.x/docs/api/
- Check the official guide of SOLID at https://solidproject.org/developers/tutorials/getting-started
- To understand how SOLID pods works check http://solid.georgetown.domains/technical-component/
- SOLID project example at https://solidproject.org/developers/tutorials/first-app
- Insert, update, modify or delete data from pods at https://docs.inrupt.com/developer-tools/javascript/client-libraries/tutorial/read-write-data/
- SOLID social media example: https://github.com/ozcanseker/Social-linked-beer
- SOLID Inrupt pods permissions with examples (manage .acl): https://docs.inrupt.com/developer-tools/javascript/client-libraries/tutorial/manage-wac/
- Check if it works locally opening the
docs/build/index.html
- Only if it works, make a new commit and upload the new changes
- Run on terminal
npm run deploy
- Wait for the deployment (usually 1~2 mins)
https://powerman.name/doc/asciidoc.html
Check the following link to see an example of how to create a login form using NodeJS and MongoDB: https://www.geeksforgeeks.org/login-form-using-node-js-and-mongodb/
https://leafletjs.com/reference.html
https://www.npmjs.com/package/express
- Create a .env with DATABASE_URL = mongodb+srv://:@ejemplo.pwwsxsn.mongodb.net/prueba (I have the user and pass)
- npm install
- npm start
- localhost:5000/api/ and you sould see {message: "Welcome to my Api"}
- To test localhost:5000/api/post you'll need Postman to inject data in the body.