GithubHelp home page GithubHelp logo

shayenka's Introduction

react-around-api-full

The API of "Around the U.S." with authorization and registration handled by the back-end server.

This repository contains the full API of "Around the U.S." project that features user authorization and user registration and handles cards and users. Please add to this readme:

  • a link to repository with the complete React application which uses this API;
  • a link to the website that hosts your API.

Around the U.S. Back End

En este proyecto se creó una API RESTful para la aplicación "Around the U.S.", que permite a los usuarios compartir y explorar tarjetas con diferentes lugares de interés. La API se conecta a una base de datos MongoDB para gestionar usuarios y tarjetas creadas en la aplicación.

Tecnologías utilizadas

-Node.js: Plataforma de ejecución de código JavaScript en el servidor. -Express.js: Framework web para crear aplicaciones Node.js. -MongoDB: Base de datos NoSQL utilizada para almacenar los datos de usuarios y tarjetas. -Mongoose: Biblioteca de modelado de objetos de MongoDB. -ESLint: Herramienta para mantener un código JavaScript limpio y consistente. -Nodemon: Utilidad para reiniciar automáticamente el servidor cuando se detectan cambios en los archivos durante el desarrollo.

Estructura de directorios

/models: Contiene dos esquemas que definen la estructura de datos para las tarjetas y los usuarios en la base de datos. /controllers: Define varios controladores que gestionan operaciones para los usuarios y las tarjetas. /routes: Define las rutas de la API y las vincula con los controladores correspondientes para la gestión de usuarios y tarjetas.

Running the Project

npm run start — to launch the server.

npm run dev — to launch the server with the hot reload feature.

El servidor se ejecutará en el puerto 3000 por defecto. Puedes acceder a la API a través de http://localhost:3000.

Dominios del servidor

api.shayenkalvarado.com shayenkalvarado.com www.shayenkalvarado.com

shayenka's People

Contributors

shayenka avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.