https://github.com/collabcodetech/bootstrap-api-rest-with-restify-mongo
https://github.com/collabcodetech/bootstrap-api-rest-with-restify-mongo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/collabcodetech/bootstrap-api-rest-with-restify-mongo
- Owner: CollabCodeTech
- License: mpl-2.0
- Created: 2019-10-20T14:54:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:43:26.000Z (over 2 years ago)
- Last Synced: 2025-01-21T16:14:56.204Z (5 months ago)
- Language: JavaScript
- Size: 672 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 18
-
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
npm run dev
```4. Open up [localhost:5001](http://localhost:5001) and start using it
### Prerequisites
- Npm
- Node (>=10.16.3)## Running the tests
TBC
## 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!