/feathersjs-Angular7-todo-app

feathersjs-Angular7-todo-app

Primary LanguageTypeScript

Todo App

A Todo App with Feathersjs backend and Angular Frontend

Backend

Frontend

Getting Started

Start MongoDB

$ mongod

You can update your MongoDB connection string to a service like mLab here: feathersjs-Angular7-todo-app/backend/config/default.json

Setup the code and run

$ git clone git@github.com:arvindr21/feathersjs-Angular7-todo-app.git
$ cd feathersjs-Angular7-todo-app
$ npm install
$ npm start

The Angular app will automatically launch in the default browser. Else naviagte to http://localhost:4200/.