https://github.com/alef-basilio/mongodb-api---backend---08-2024
A connection with a non-relational database that can be used by users. Node.js, Express.js, JavaScript and MongoDB.
https://github.com/alef-basilio/mongodb-api---backend---08-2024
back-end backend javascript js mongodb mongoose nodejs
Last synced: about 2 months ago
JSON representation
A connection with a non-relational database that can be used by users. Node.js, Express.js, JavaScript and MongoDB.
- Host: GitHub
- URL: https://github.com/alef-basilio/mongodb-api---backend---08-2024
- Owner: Alef-Basilio
- Created: 2024-08-21T16:57:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-02T19:31:04.000Z (9 months ago)
- Last Synced: 2025-10-02T21:19:38.252Z (9 months ago)
- Topics: back-end, backend, javascript, js, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage: https://node-front-iota.vercel.app/
- Size: 32.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
How to access the deploy running the backend:
First access the API so that the Render site can "activate" the backend:
@[MongoDB API](https://nodeback-4zha.onrender.com)
```
https://nodeback-4zha.onrender.com
```
If this is your first API access of the day, this may take several minutes.
Once you can access the JSON from the backend above, access the frontend next:
@[MongoDB CRUD](https://mongodbcrud-backend-f8fole6uw-alef-basilios-projects.vercel.app/)
```
https://mongodbcrud-backend-f8fole6uw-alef-basilios-projects.vercel.app/
```
The front-end GitHub repository: [MongoDB CRUD](https://github.com/Alef-Basilio/MongoDB-CRUD---FrontEnd---08-2024)
MongoDB API
Topics:
Technolgies |
How was made |
Objective
A connection with a non-relational database that can be used by users.
Technologies
Node.js, Express.js and JavaScript.
### Database:
MongoDB.
How was made
Using technologies linked to JavaScript to create a server and make queries.
Separating the front-end and the back-end by the Render website web service and Vercel.
Objective
To better understand the architecture of web applications.