Skip to content

LaurieSReynolds/todo-app

 
 

Repository files navigation

todo-app build status

A todo app implemented in Mongo + express as a REST API and a react with redux front end. The api is independent from the FE so it can be run as a microservice. The FE development is powered by webpack with the use of webpacks dev server.

Run it

You need 3 commands to develop in this app:

  1. npm start to start up the webpack dev server.
  2. mongod to start the mongo service.
  3. npm run "api" to start the api.

Test it

npm test

Build it

npm run "build"

About

todo app in mongo + express + react

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.5%
  • CSS 6.6%
  • HTML 0.9%