TABLE OF CONTENTS
Al Mentoria is a virtual space to connect with mentors that can help you with your technical as well as behavioral issues. If you are stuck somewhere and need a second look at things, make a reservation now.
To get a local copy up and running follow these simple example steps.
- POSTGRESQL ~> 14.x
- Ruby ~> 3.1.x
-
Clone the repo:
git clone git@github.com:UpliftLab/al-mentoria-backend.git
-
go to the project folder:
cd al-mentoria-backend
-
Install the dependencies:
bundle install
-
Set the following the environment variables for database:
PG_DB_USERNAME PG_DB_PASSWORD
-
Create database:
rails db:create
-
Run the migrations:
rails db:migrate
-
Seed the database:
rails db:seed
-
Launch the server:
rails s -p 8000
-
Enjoy
For more Info on how to use the API, please refer to the al mentoria API Documentation
Initial State | Final State |
---|---|
👉 This project was authored by Four contributors as described in the the Authors section bellow.
👉 Please use this link to go to the front-end part of this project.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Please, take a look at open issues for a full list of proposed features (and known issues).
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
👤 Soufiane Boursen
- GitHub: @Sboursen
- LinkedIn: @sboursen
- Twitter: @sboursen_dev
👤 Ammar Hamlaoui
- GitHub: @mirouhml
- LinkedIn: ammar-hamlaoui
- Twitter: @kuronomirou
👤 Mostafa Ahangarha
- GitHub: ahangarha
- LinkedIn: ahangarha
- Twitter: @ahangarha
👤 Awais Amjed
- GitHub: Awais Amjed
- Website: Coding Fries
- LinkedIn: LinkedIn
- Original design by Murat Korkmaz.
- GitHub Emoji Cheat Sheet
- Img Shields
- React Icons
Distributed under the AGPL License. See LICENSE
for more information.