An open API service indexing awesome lists of open source software.

https://github.com/kenvilar/nodetodo

NodeJS app with API and routing using the MEAN stack with Docker configuration
https://github.com/kenvilar/nodetodo

angular api docker docker-compose express mongodb nodejs routing

Last synced: 2 months ago
JSON representation

NodeJS app with API and routing using the MEAN stack with Docker configuration

Awesome Lists containing this project

README

          

# nodetodo

TODO app using MEAN STACK majority with NodeJS
* Inside the config folder, copy the file 'configValues-sample.json' and rename it as 'configValue.json' with the mongodb uri values
* run inside root folder using this command
> `npm install`
> `npm start`
* get inside the public folder and run this command
> `npm install`
> `npm run tsc:w`

## Run using Docker
> `docker build -t /nodetodo`
> `docker run -p 3000:3000 -d /nodetodo`

## Run using Docker with Docker Compose
> `docker-compose up`
> `docker-compose down` //this command will stop and remove containers, networks, images, and volumes