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
- Host: GitHub
- URL: https://github.com/kenvilar/nodetodo
- Owner: kenvilar
- Created: 2018-02-20T08:13:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-25T13:50:02.000Z (over 8 years ago)
- Last Synced: 2025-07-29T05:55:09.161Z (11 months ago)
- Topics: angular, api, docker, docker-compose, express, mongodb, nodejs, routing
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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