This project was created with:
Gems used:
Download or clone it. . Then run in the main folder the command rails server
. You can always run rails db:reset
, to restore database and run the migrations or seeds. If needed, run bundle install
to check if all gems are correctly installed. Then open the project on localhost:3000/posts
.
- User can create a new post;
- User can edit a post;
- User can see a post;
- User can use Action Text with trix to format text.
** May 28 **
- Project created with rails;
- Add scaffold;
- Add model and controller post;
- Run migrations;
- Add CSS and Bootstrap to main pages.