A simple mongodb CRUD application developed in NodeJs with material-angular
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!
If you like this Repo, Please click the ⭐
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.
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)
- Clone the repo
git clone https://github.com/TheWorstOne/SimpleMongoCRUD.git
- Install NPM packages
npm install
To use this project in your local environment, follow the steps below.
-
First of all you must configure the endpoint URL in the
src\app\rest.service.ts
fileconst endpoint = 'https://airlines-backend.netlify.app/.netlify/functions/app/flights/';
That's all. You can put any URL you want here.
-
To test the project in local run these commands
ng serve npm start
Distributed under the MIT License. See LICENSE
for more information.
Miguel Ángel Macías - 👨💻Linkedin
My Personal Website: ✨mangelladev.com