https://github.com/collabcodetech/training-email
https://github.com/collabcodetech/training-email
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/collabcodetech/training-email
- Owner: CollabCodeTech
- License: mpl-2.0
- Created: 2019-11-20T03:01:58.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-24T00:48:14.000Z (over 2 years ago)
- Last Synced: 2023-03-02T17:41:13.798Z (over 2 years ago)
- Language: JavaScript
- Size: 1.29 MB
- Stars: 6
- Watchers: 5
- Forks: 2
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# CollabCode Training
An Open Source online course platform.
## Getting Started
1. Fork this repo and clone in your machine;
2. Change directory to `collabcodetraining-api-email` where you cloned it;
3. At the terminal, run:
```bash
npm install
cp example.env .env
npm run dev
```4. Open up [localhost:5001](http://localhost:5001) and start using it
### Prerequisites
- Npm
- Node (>=10.16.3)## Running the tests
```bash
npm test
```## Running MongoDB with docker
#### Prerequisites
- Docker (>=1.13.1)
Run the following command on the project root directory:
```bash
docker-compose up -d
```## Built With
- [Restify](http://restify.com)
## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
## Authors
- **Joviane Jardim** - [@joviane](https://twitter.com/jovianejardim)
- **Marco Bruno** - [@marcobrunobr](https://twitter.com/marcobrunobr)See also the list of [contributors](https://github.com/CollabCodeTech/collabcodetraining-api-auth/contributors) who participated in this project.
## License
This project is licensed under the MPL 2.0 License - see the [LICENSE](LICENSE.md) file for details
## Acknowledgments
Thanks to all members of CollabCode's community for the support! We love you!