alumniei / mentorados

GNU Affero General Public License v3.0
1 stars 1 forks source link
hacktoberfest

Mentorados

MIEIC students facing difficult career decisions, personal or academic problems at university or any other issues, can benefit from speaking to someone who has walked a similar path before.

This platform was built to connect current MIEIC students looking for advice/mentorship, with MIEIC alumni who volunteer their time to lend a sympathetic ear and advise wherever they can.

Development

Using Docker

After cloning this repository, you can run this application using Docker and docker-compose.

You can change the environment variables in docker-compose.yml.

To start the containers in detached mode, use docker-compose up -d.

To stop the containers, use docker-compose down.

The website should be available in http://localhost:3000.

Contributing

Check the CONTRIBUTING.md files for some rough guidelines.