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

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.

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.



Error: reload the page to see the image

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.