Skip to content

MigeruDev/SimpleMongoCRUD

Repository files navigation

SIMPLE MONGO CRUD

A simple mongodb CRUD application developed in NodeJs with material-angular

Stars Badge Forks Badge Pull Requests Badge Issues Badge GitHub contributors License Badge

Interested in the project? Please visit my website


This repository was created as part of a Big Data project in which services must be consumed from a database made in MondoDB with the historical information of the flights of US airlines. This project was designed to work as a front-end for the Netlify Serverless repo. Check the Demo!

Logo


If you like this Repo, Please click the ⭐

Contents

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

List of things you need to use this project.

  • Netlify Serverless Backend or any backend you have to publish your services
  • A Database to query your data (we use MongoDB, you can use anything)

Installation

  1. Clone the repo
    git clone https://github.com/TheWorstOne/SimpleMongoCRUD.git
  2. Install NPM packages
    npm install

Usage

To use this project in your local environment, follow the steps below.

  1. First of all you must configure the endpoint URL in the src\app\rest.service.ts file

     const endpoint = 'https://airlines-backend.netlify.app/.netlify/functions/app/flights/';

    That's all. You can put any URL you want here.

  2. To test the project in local run these commands

    ng serve
    npm start

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Miguel Ángel Macías - 👨‍💻Linkedin

My Personal Website: ✨mangelladev.com

Acknowledgements

About

🍃 A simple mongodb CRUD application developed in NodeJs with material-angular [Front End]

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published