- NodeJS application from scratch using Nestjs, MongoDB - a noSQL database perfect for using with Node ** App feature **
- User account creation
- User Login
- create task and attachment
- update task
- Below steps are needed only for the first time when you setup your dev machine
- nodejs - JavaScript runtime built on Chrome's V8 JavaScript engine
- mongodb - MongoDB is an open source cross-platform document-oriented database program.
- nestjs - NestJS is a progressive Node. js framework that helps build server-side applications.
- react - React is a free and open-source front-end JavaScript library for building user interfaces based on UI components.
- Clone this git repository, if you haven't done already.
https://github.com/vinodnextcoder/todo-app-typescript-nestjs.git
after cloning repository you need run backend and frontend separete
$ cd backend
$ npm install
$ npm start
This will run http://localhost:3002
$ cd frontend
$ npm install
$ npm start
This will run http://localhost:3000