Micolet newsletter is a web page that allows the user to subscribe in order to receive from time to time news about the articles that will be updated on the site of the company. according to the obligations of the project, click to see what I have achieved
please clik on issue page bellow to understand the obstacles I had
there are the project requirements:
This API is made of one model:
- User model
The API has the following endpoints:
allow user to authenticate and return a token
POST /http://localhost:3000/
translate to English
GET http://localhost:3000/en
translate to french
GET /http://localhost:3000/fr
translate to spanish
GET /http://localhost:3000/es
- Rails
- Ruby
- Postresql
- Mailer
- Abstract_Api
Here are the steps to follow in order to get this project on your local computer.
rails v7.0.2 +
ruby v3.0.2 +
clone this repo by typing git clone https://github.com/vic778/Micolet-
install the dependencies by typing bundle install
start the local server by running rails s
run the linters by typing rubocop --color
run the tests by typing bundle exec rspec
N/A
👤 Victor Barh
- GitHub: @Vvic778
- Twitter: @victoirBarh
- LinkedIn: LinkedIn
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used !
This project is MIT licensed.