Skip to content

CollabCodeTech/training-auth

Repository files navigation

CollabCode

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:

npm install
cp example.env .env
npm run dev
  1. 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

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!

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages