A simple recipe application written in Typescript and use NestJs and MongoDB.
- MongoDB
- NodeJs
- 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
NOTE
Please make sure you have created the database
To run this application, execute:
npm run start:dev
This recipe-system project, developed using TypeScript, NestJS and MongoDB demonstrates the fundamental principles of CRUD operations and one-to-many relationship.