Recipe System (Backend)

image_alt

Introduction

A simple recipe application written in Typescript and use NestJs and MongoDB.

Requirement

  • MongoDB
  • NodeJs

Installation

  • Clone this repo
https://github.com/azreenzakaria/recipe-system-backend.git
  • Create .env file and make sure your .env file have these:
MONGODB_URI=YOUR_MONGODB_URI
DATABASE_NAME= YOUR_DATABASE_NAME

Usage

NOTE
Please make sure you have created the database

To run this application, execute:

npm run start:dev

Conclusion

This recipe-system project, developed using TypeScript, NestJS and MongoDB demonstrates the fundamental principles of CRUD operations and one-to-many relationship.