项目作者: rupeshtiwari

项目描述 :
angular integrated with heroku and mongo db
高级语言: TypeScript
项目地址: git://github.com/rupeshtiwari/angular7-todo-app.git
创建时间: 2019-04-10T08:44:31Z
项目社区:https://github.com/rupeshtiwari/angular7-todo-app

开源协议:

下载


RtTodo

This is the simple todo app written in MEAN.JS stack. Below are the front-end and back-end components involved in this app.

  • Angular 7
  • mongo db
  • express
  • node.js

See live app https://rt-angular-7-todo-app.herokuapp.com/

Prerequisite

  • install node.js locally
  • install mongodb locally

First time install & start

Assuming you have installed the prerequisites. Next run below commands.

Development server

npm start:server in order to start server
npm start:client in order to start client

Build

npm run build in dev mode

npm run build:prod in prod mode

Cloud Deployment

I have used heroku to deploy my project and you can
see todo app live