Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpsierens/todo-app
todo app in mongo + express + react
https://github.com/jpsierens/todo-app
mongo-express react redux redux-saga webpack
Last synced: 2 months ago
JSON representation
todo app in mongo + express + react
- Host: GitHub
- URL: https://github.com/jpsierens/todo-app
- Owner: jpsierens
- License: mit
- Created: 2016-08-29T17:43:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T13:13:42.000Z (about 7 years ago)
- Last Synced: 2023-08-02T07:04:34.489Z (over 1 year ago)
- Topics: mongo-express, react, redux, redux-saga, webpack
- Language: JavaScript
- Homepage:
- Size: 147 KB
- Stars: 14
- Watchers: 4
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# todo-app ![build status](https://travis-ci.org/jpsierens/todo-app.svg?branch=master)
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:0. ```npm start``` to start up the webpack dev server.
0. ```mongod``` to start the mongo service.
0. ```npm run "api"``` to start the api.## Test it
```
npm test
```## Build it
```
npm run "build"
```