Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.44 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.44 KB

☁️⚡ Angular Serverless Function (Netlify Functions) & Mongodb

This project is a simple blog website built using Angular (for the frontend) and connecting to Netlify Functions and storing data using MongoDB.

This is a basic project to learn and explore Serverless Architecture.

Why

Serverless architecture is a way of building and running applications and services without having to manage infrastructure. It provides a set of powerful tools to make websites and web applications both extremely performant and highly dynamic.

Project setup

Before running the project locally, make sure you have:

Usage

  • Run npm install to install the dependencies
  • Run netlify dev to start a local development server

Dependencies

Note

Please make sure that you have the latest version of Node.js installed on your machine and netlify-cli is installed globally on your machine, if not you can install it using npm install netlify-cli -g

Author

Aworo James

License

This project is licensed under the MIT license.