https://github.com/codeforboston/dudley_late
The DSNI app from CodeAcross 2016
https://github.com/codeforboston/dudley_late
Last synced: 3 months ago
JSON representation
The DSNI app from CodeAcross 2016
- Host: GitHub
- URL: https://github.com/codeforboston/dudley_late
- Owner: codeforboston
- Created: 2016-03-06T15:32:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T22:57:07.000Z (about 9 years ago)
- Last Synced: 2025-10-08T18:46:23.052Z (8 months ago)
- Language: JavaScript
- Size: 107 KB
- Stars: 15
- Watchers: 13
- Forks: 19
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# t-time
This project was generated with the [Angular Full-Stack Generator](https://github.com/DaftMonk/generator-angular-fullstack) version 3.7.6.
Look in the slack channel for the api-key and session secret and copy that into local.env.js
server/config/environment/development.js set seedDB:true
## Getting Started
### Prerequisites
- [Git](https://git-scm.com/)
- [Node.js and npm](nodejs.org)
- [Gulp](http://gulpjs.com/)
- [MongoDB](https://www.mongodb.org/)
### Developing
First, install [Docker](https://docs.docker.com/engine/installation/).
```bash
# Create the docker containers and start the app
$ docker-compose up
```
Then open [localhost:9000](http://localhost:9000) to see the project locally.
(It's quite convenient to alias `docker-compose` to `dc` in your bash or zsh
rc file.)
## Testing
```bash
# Run the unit tests
$ docker-compose run server npm test
```