doc: update README.md

This commit is contained in:
Ryan Mwangi 2024-11-18 15:48:44 +03:00
parent ce30c36587
commit c4ad45cd08
1 changed files with 3 additions and 7 deletions

View File

@ -1,5 +1,3 @@
---
# Progodyssey Traineeship Program # Progodyssey Traineeship Program
Welcome to the Progodyssey Traineeship Program! This project serves as the web application for managing applications to the Progodyssey Traineeship Program, where aspiring IT professionals can apply for the program, learn, and grow in the tech industry. Welcome to the Progodyssey Traineeship Program! This project serves as the web application for managing applications to the Progodyssey Traineeship Program, where aspiring IT professionals can apply for the program, learn, and grow in the tech industry.
@ -59,8 +57,8 @@ Example `.env` file:
``` ```
LISTMONK_URL=https://your-listmonk-instance.com/api/subscribers LISTMONK_URL=https://your-listmonk-instance.com/api/subscribers
API_KEY=your-api-key-here LISTMONK_USERNAME=listmonk-username
LIST_ID=your-list-id-here LISTMONK_PASSWORD=listmonk-password
PORT=3002 PORT=3002
``` ```
@ -94,5 +92,3 @@ If you'd like to contribute to the project, follow these steps:
3. Make your changes and commit them (`git commit -am 'Add new feature'`) 3. Make your changes and commit them (`git commit -am 'Add new feature'`)
4. Push to your forked repository (`git push origin feature-name`) 4. Push to your forked repository (`git push origin feature-name`)
5. Submit a pull request 5. Submit a pull request
---