https://github.com/collabcodetech/training-auth
https://github.com/collabcodetech/training-auth
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/collabcodetech/training-auth
- Owner: CollabCodeTech
- License: mpl-2.0
- Created: 2019-10-12T02:21:20.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-24T00:43:21.000Z (almost 3 years ago)
- Last Synced: 2024-04-16T08:46:37.611Z (over 1 year ago)
- Language: JavaScript
- Size: 962 KB
- Stars: 23
- Watchers: 8
- Forks: 8
- Open Issues: 20
-
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-auth` where you cloned it;
3. At the terminal, run:
```bash
npm install
cp example.env .env
npm run dev
```
4. Open up [localhost:5000](http://localhost:5000) 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!