training-auth
training-auth copied to clipboard

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